X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ffloat.pure.lisp;h=d1a5bc4a3aae13985766a788aa64ba1dbc2dd896;hb=20db73fc9412b7d9bd92f93239d7f34a261d5402;hp=ff01c2fd1810760c424271bcc07f49069e14e190;hpb=8573e16b201126d55dcfa6835ead4da061d4c71f;p=sbcl.git diff --git a/tests/float.pure.lisp b/tests/float.pure.lisp index ff01c2f..d1a5bc4 100644 --- a/tests/float.pure.lisp +++ b/tests/float.pure.lisp @@ -250,7 +250,7 @@ ;; correctly. On other platforms, we trust libm to DTRT. ;; but it doesn't cost any real amount to just test them all (with-test (:name :range-reduction - :fails-on '(and :x86-64 (or :linux :darwin))) + :fails-on ':x86-64) (flet ((almost= (x y) (< (abs (- x y)) 1d-5))) (macrolet ((foo (op value)