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