0.9.0.37:
[sbcl.git] / tests / float.pure.lisp
index dba1bed..c797f53 100644 (file)
@@ -91,7 +91,7 @@
           least-positive-double-float))
 (assert (= 0.0 (scale-float 1.0 most-negative-fixnum)))
 (assert (= 0.0d0 (scale-float 1.0d0 (1- most-negative-fixnum))))
-#-(or darwin x86-64) ;; bug 372 / 378
+#-(or darwin) ;; bug 372
 (progn
   (assert (raises-error? (scale-float 1.0 most-positive-fixnum)
                         floating-point-overflow))