X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Finfo.impure.lisp;h=8abd36b63a5927a8e65f261d58928c8b51919516;hb=c548f73e8dd676d6ec4576eba6ab661a5061bdfe;hp=8376d6763682c5acfb0e4556bcee67f514631dbd;hpb=1d941f3d8f343f5779526b66b2358b4893a17281;p=sbcl.git diff --git a/tests/info.impure.lisp b/tests/info.impure.lisp index 8376d67..8abd36b 100644 --- a/tests/info.impure.lisp +++ b/tests/info.impure.lisp @@ -13,7 +13,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. @@ -41,8 +41,7 @@ (assert (equal (format nil "~A" (sb-int:info :function :type 'foo)) - "#")) + "#")) |# ;;; success -(quit :unix-status 104)