X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Feval.impure.lisp;h=9dfbc14bcf3431f9678a5d5ac40afe6791d1f563;hb=c1b609d072224eddf850a0e3f85e578c6919117f;hp=6b22474a14be396dd74188bcb7959f972f30b64f;hpb=4099112d8e4687f266922f0e044fba8f17dddcf6;p=sbcl.git diff --git a/tests/eval.impure.lisp b/tests/eval.impure.lisp index 6b22474..9dfbc14 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,7 @@ ;;; 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)