X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fhash.pure.lisp;h=0d2dabde4a709236af2921392e49e15d892237ee;hb=85c34f4d1257df20fe1ab6f0d4d476bb3ec0bc63;hp=afbf22767199a8c71ebf13121ec074663212c413;hpb=d2054d96f0c8200decf8b6b8560d754d3c541cd7;p=sbcl.git diff --git a/tests/hash.pure.lisp b/tests/hash.pure.lisp index afbf227..0d2dabd 100644 --- a/tests/hash.pure.lisp +++ b/tests/hash.pure.lisp @@ -16,6 +16,3 @@ ;;; of SXHASH. The range of SXHASH is the non-negative fixnums. (assert (not (typep sb-impl::+magic-hash-vector-value+ '(and fixnum unsigned-byte)))) - -;;; success -(quit :unix-status 104)