X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Farith.impure.lisp;h=00479d45249232df71f4f46d2aa9ea69fdaa2380;hb=cececc9ace31c1f0c624af1d3a8bafae9beb5348;hp=dc11f8bf803e8796065bab5af8d348bafdba1d35;hpb=4898ef32c639b1c7f4ee13a5ba566ce6debd03e6;p=sbcl.git diff --git a/tests/arith.impure.lisp b/tests/arith.impure.lisp index dc11f8b..00479d4 100644 --- a/tests/arith.impure.lisp +++ b/tests/arith.impure.lisp @@ -152,4 +152,3 @@ (assert (= (64-bit-logcount (1- (ash 1 48))) 48)) (assert (= (64-bit-logcount (1- (ash 1 54))) 54)) -(sb-ext:quit :unix-status 104)