X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fdeftype.impure.lisp;h=55a133269c79caf37168c56bba05a14ac4f7cb04;hb=2fb5b174f6acb88a85c86aa4cd753ddefaccc987;hp=b1eef79a2ff82317d8a5eaa6e3bcdbe4398761c9;hpb=cca6915901ef29ada74859eefa147f6ea553fe4e;p=sbcl.git diff --git a/tests/deftype.impure.lisp b/tests/deftype.impure.lisp index b1eef79..55a1332 100644 --- a/tests/deftype.impure.lisp +++ b/tests/deftype.impure.lisp @@ -4,7 +4,7 @@ ;;;; While most of SBCL is derived from the CMU CL system, the test ;;;; files (like this one) were written from scratch after the fork ;;;; from CMU CL. -;;;; +;;;; ;;;; This software is in the public domain and is provided with ;;;; absolutely no warranty. See the COPYING and CREDITS files for ;;;; more information. @@ -27,4 +27,3 @@ (assert (typep 1 'key)) (assert (typep 1 'key-singleton)) -(quit :unix-status 104)