X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcharacter.pure.lisp;h=d2dd66c3172e7dcc897807f7b5dd7bf26ccebcc4;hb=16197d4fb565e8e6984414bcb014d30ec302d003;hp=c84b46302d652c68bc0ff84b4e422df72d42bc59;hpb=8a19ff566e3a1a43cb3b2d11d2781a1c89981f43;p=sbcl.git diff --git a/tests/character.pure.lisp b/tests/character.pure.lisp index c84b463..d2dd66c 100644 --- a/tests/character.pure.lisp +++ b/tests/character.pure.lisp @@ -131,7 +131,7 @@ (assert (char-equal (code-char 201) (code-char 233)))) (with-test (:name (:case-insensitive-char-comparisons :exhaustive) - :fails-on '(and)) + :fails-on :sb-unicode) (dotimes (i char-code-limit) (let* ((char (code-char i)) (down (char-downcase char))