X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Feval.impure.lisp;h=a7f44b78a5dcb4cf8c61901a4aee86f17f6c1e5f;hb=c07c56242a2a7e7949dad974331d5257d44fe937;hp=6b22474a14be396dd74188bcb7959f972f30b64f;hpb=4099112d8e4687f266922f0e044fba8f17dddcf6;p=sbcl.git diff --git a/tests/eval.impure.lisp b/tests/eval.impure.lisp index 6b22474..a7f44b7 100644 --- a/tests/eval.impure.lisp +++ b/tests/eval.impure.lisp @@ -6,7 +6,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. @@ -133,8 +133,8 @@ ;;; No extra output, please (assert (equal ".." - (with-output-to-string (*standard-output*) - (eval '(progn (princ ".") (let ((x 42)) t) (princ ".")))))) + (with-output-to-string (*standard-output*) + (eval '(progn (princ ".") (let ((x 42)) t) (princ ".")))))) ;;; success (sb-ext:quit :unix-status 104)