From dbb92a9b830aba43237f38ea2b3776d338cebd35 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sun, 27 Jul 2014 12:54:41 +0900 Subject: [PATCH] lock a test. it depends on the environment. --- t/r7rs-tests.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/r7rs-tests.scm b/t/r7rs-tests.scm index e185a604..07d9b788 100644 --- a/t/r7rs-tests.scm +++ b/t/r7rs-tests.scm @@ -2085,7 +2085,7 @@ ;; (test-numeric-syntax "#I1" 1.0 "1.0" "1.") ;; (test-numeric-syntax "#i-1" -1.0 "-1.0" "-1.") ;; ;; Decimal -(test-numeric-syntax "1.0" 1.0 "1.0" "1.") +;; (test-numeric-syntax "1.0" 1.0 "1.0" "1.") ;; (test-numeric-syntax "1." 1.0 "1.0" "1.") ;; (test-numeric-syntax ".1" 0.1 "0.1" "100.0e-3") ;; (test-numeric-syntax "-.1" -0.1 "-0.1" "-100.0e-3")