X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Farith.pure.lisp;h=b1ebdb20cba3c5105a49db013d4ac13b82c43534;hb=7254da92a1ba1bf8bc5a2e78a29d993f272d526e;hp=d570df27365a56f33c6156554f60c284ff2c8421;hpb=7ab4cdd5eaf3dce3cc596b348bfc98aaa27469d5;p=sbcl.git diff --git a/tests/arith.pure.lisp b/tests/arith.pure.lisp index d570df2..b1ebdb2 100644 --- a/tests/arith.pure.lisp +++ b/tests/arith.pure.lisp @@ -414,7 +414,7 @@ (dolist (fun '(truncate floor ceiling mod rem)) (let* ((foo (compile nil `(lambda (x) (declare (optimize (speed 3) - (space 0) + (space 1) (compilation-speed 0)) (type (unsigned-byte ,sb-vm:n-word-bits) x)) @@ -446,7 +446,7 @@ (dolist (fun '(truncate ceiling floor mod rem)) (let ((foo (compile nil `(lambda (x) (declare (optimize (speed 3) - (space 0) + (space 1) (compilation-speed 0)) (type ,dividend-type x)) (,fun x ,divisor)))))