summaryrefslogtreecommitdiffhomepage
path: root/test/t/float.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/float.rb')
-rw-r--r--test/t/float.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/t/float.rb b/test/t/float.rb
index f6f6d01dd..a76dbf39b 100644
--- a/test/t/float.rb
+++ b/test/t/float.rb
@@ -277,8 +277,6 @@ assert('Float#to_s') do
assert_equal("-1.0e-10", -0.0000000001.to_s)
assert_equal("1.0e+20", 1e20.to_s)
assert_equal("-1.0e+20", -1e20.to_s)
- assert_equal("1.0e+16", 10000000000000000.0.to_s)
- assert_equal("-1.0e+16", -10000000000000000.0.to_s)
assert_equal("100000.0", 100000.0.to_s)
assert_equal("-100000.0", -100000.0.to_s)
if uses_float