From f1268db79a540ba35c2ab1e9427e0c68012ec257 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 21 Jul 2008 20:48:30 -0500 Subject: [PATCH] Fix test --- core/math/parser/parser-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/math/parser/parser-tests.factor b/core/math/parser/parser-tests.factor index c16a031690..cee2314d07 100755 --- a/core/math/parser/parser-tests.factor +++ b/core/math/parser/parser-tests.factor @@ -101,7 +101,7 @@ unit-test [ "-1.0/0.0" ] [ -1.0 0.0 / number>string ] unit-test -[ 0.0/0.0 ] [ "0/0." string>number ] unit-test +[ t ] [ "0/0." string>number fp-nan? ] unit-test [ 1.0/0.0 ] [ "1/0." string>number ] unit-test