Make thie test actually check something by calling both.
authorTaylor R Campbell <campbell@mumble.net>
Wed, 28 Nov 2018 08:47:41 +0000 (08:47 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 28 Nov 2018 08:47:41 +0000 (08:47 +0000)
tests/runtime/test-flonum.scm

index 4fb01afe228f6320ef3aa5664ea515420a082904..2349a591f0eff94f3a5cb07f2250d38d4dc0a51c 100644 (file)
@@ -223,7 +223,7 @@ USA.
                              (if (unsafe-compare x y)
                                  (assert-true (safe-compare x y)))
                              (if (not (unsafe-compare x y))
-                                 (assert-false (unsafe-compare x y)))))))
+                                 (assert-false (safe-compare x y)))))))
                    cases))
             cases)))))