X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fprint.impure.lisp;h=81cb0f33cd72fcd7b94b1c01edd4dfd4e5d0295d;hb=dcd86042bba514f5dfc39246de9cdbb030648569;hp=d1ccc0169e7b49cd0e78820b59d99d2e7d8f2008;hpb=10b242aeb4e031f02a1f32ec0aea79bbe92fa1d0;p=sbcl.git diff --git a/tests/print.impure.lisp b/tests/print.impure.lisp index d1ccc01..81cb0f3 100644 --- a/tests/print.impure.lisp +++ b/tests/print.impure.lisp @@ -414,7 +414,8 @@ (assert (string= (format nil (formatter "~:C") #\a) "a")) ;;; This used to trigger an AVER instead. -(assert (raises-error? (format t "~>") sb-format:format-error)) +(assert (raises-error? (eval '(formatter "~>")) sb-format:format-error)) +(assert (raises-error? (eval '(format t "~>")) sb-format:format-error)) ;;; readably printing hash-tables, check for circularity (let ((x (cons 1 2))