X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fprint.impure.lisp;h=e17492d5abe407d839351f26932632410723dccd;hb=a27839c3a9c59b2ca1b4080de5a3a9dd682ac5b9;hp=9b4f13d3d94aded4112140ad40b18f3bbb911d28;hpb=e1ed4073f01962ff46a227ffb8a852d42070dee6;p=sbcl.git diff --git a/tests/print.impure.lisp b/tests/print.impure.lisp index 9b4f13d..e17492d 100644 --- a/tests/print.impure.lisp +++ b/tests/print.impure.lisp @@ -402,12 +402,10 @@ (ignore-errors (delete-file file))))) -#+sb-unicode -(with-test (:name (:print-readable :character :utf-8)) +(with-test (:name (:print-readable :character :utf-8) :skipped-on '(not :sb-unicode)) (test-readable-character (code-char #xfffe) :utf-8)) -#+sb-unicode -(with-test (:name (:print-readable :character :iso-8859-1)) +(with-test (:name (:print-readable :character :iso-8859-1) :skipped-on '(not :sb-unicode)) (test-readable-character (code-char #xfffe) :iso-8859-1)) (assert (string= (eval '(format nil "~:C" #\a)) "a"))