From 8cc5a29149008f438634d0ac7c2355e4fe539e7c Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Wed, 28 Nov 2018 08:47:41 +0000 Subject: [PATCH] Make thie test actually check something by calling both. --- tests/runtime/test-flonum.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtime/test-flonum.scm b/tests/runtime/test-flonum.scm index 4fb01afe2..2349a591f 100644 --- a/tests/runtime/test-flonum.scm +++ b/tests/runtime/test-flonum.scm @@ -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))))) -- 2.25.1