]> gitweb.factorcode.org Git - factor.git/blobdiff - library/test/math/float.factor
Get all unit tests to pass
[factor.git] / library / test / math / float.factor
index 6c48f4ececf810595a98bc7721ca8bfa25b4b387..fa3d8b5f5dc7b88e3e27844d558555cf24b4e32d 100644 (file)
@@ -49,10 +49,10 @@ USE: test
 [ -4.0 ] [ -4.0 floor ] unit-test
 [ -4.0 ] [ -4.0 ceiling ] unit-test
 
-[ t ] [ -0.0 -0.0 = ] unit-test
-[ f ] [ 0.0 -0.0 = ] unit-test
+[ t ] [ -0.0 -0.0 = ] unit-test
+[ f ] [ 0.0 -0.0 = ] unit-test
 
 [ t ] [ 0.0 zero? ] unit-test
 [ t ] [ -0.0 zero? ] unit-test
 
-[ t ] [ 0.0/0.0 0.0/0.0 = ] unit-test
+[ t ] [ 0.0/0.0 0.0/0.0 = ] unit-test