projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da93315
)
Make thie test actually check something by calling both.
author
Taylor R Campbell
<campbell@mumble.net>
Wed, 28 Nov 2018 08:47:41 +0000
(08:47 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Wed, 28 Nov 2018 08:47:41 +0000
(08:47 +0000)
tests/runtime/test-flonum.scm
patch
|
blob
|
history
diff --git
a/tests/runtime/test-flonum.scm
b/tests/runtime/test-flonum.scm
index 4fb01afe228f6320ef3aa5664ea515420a082904..2349a591f0eff94f3a5cb07f2250d38d4dc0a51c 100644
(file)
--- 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 (
un
safe-compare x y)))))))
+ (assert-false (safe-compare x y)))))))
cases))
cases)))))