summaryrefslogtreecommitdiff
path: root/test-suite/tests/srcprop.test
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/tests/srcprop.test')
-rw-r--r--test-suite/tests/srcprop.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/tests/srcprop.test b/test-suite/tests/srcprop.test
index a14cd1e44..b22d7a692 100644
--- a/test-suite/tests/srcprop.test
+++ b/test-suite/tests/srcprop.test
@@ -45,7 +45,7 @@
(pass-if "null string" (reads-with-srcprops? "\"\""))
(pass-if "floats" (reads-with-srcprops? "3.1415e200"))
- (pass-if "fractions" (reads-with-srcprops? "1/2"))
+ (pass-if "fractions" (reads-with-srcprops? "1/111111111111111111111111111111111111"))
(pass-if "complex numbers" (reads-with-srcprops? "1+1i"))
(pass-if "bignums"
(and (reads-with-srcprops? (number->string (1+ most-positive-fixnum)))