X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fhash.impure.lisp;fp=tests%2Fhash.impure.lisp;h=42dbcbd85a70303cf7b37a956291040b5ed9ec41;hb=99bcb3a92b44ce343586f8bd7c717d665f31f4ad;hp=4641dc40c14096c155c82ff960de261da4d31dc1;hpb=6c765578c8dc4bcc7798e37c9918715f198b30da;p=sbcl.git diff --git a/tests/hash.impure.lisp b/tests/hash.impure.lisp index 4641dc4..42dbcbd 100644 --- a/tests/hash.impure.lisp +++ b/tests/hash.impure.lisp @@ -186,7 +186,6 @@ ;; (If you get a surprising failure here, maybe you were ;; just very unlucky; see the notes above.) (error "bad SXHASH behavior for ~S ~S" i j)))) - #| (dolist (i psxhash-tests) (unless (typep (sb-int:psxhash i) '(and fixnum unsigned-byte)) (error "bad PSXHASH behavior for ~S" i)) @@ -196,7 +195,7 @@ ;; (If you get a surprising failure here, maybe you were ;; just very unlucky; see the notes above.) (error "bad PSXHASH behavior for ~S ~S" i j)))) - |#))) + ))) ;;; success (quit :unix-status 104)