aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_float.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_float.rb')
-rw-r--r--test/ruby/test_float.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_float.rb b/test/ruby/test_float.rb
index e3ceaed6ad..d8255df17b 100644
--- a/test/ruby/test_float.rb
+++ b/test/ruby/test_float.rb
@@ -123,7 +123,7 @@ class TestFloat < Test::Unit::TestCase
assert_equal("-Infinity", (-inf).to_s)
assert_equal("NaN", (inf / inf).to_s)
- assert_equal("1.0e+14", 10000_00000_00000.0.to_s)
+ assert_equal("1.0e+18", 1000_00000_00000_00000.0.to_s)
end
def test_coerce