aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_sprintf.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-02 23:18:51 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-02 23:18:51 +0000
commita9aeb765c5b6681063682d67df75df96af5860b0 (patch)
treeb227cdcc1f213c99cc550eb9a2906b77a956dec0 /test/ruby/test_sprintf.rb
parent94ab139bc9df6016090596468f4139b1772ad882 (diff)
downloadruby-a9aeb765c5b6681063682d67df75df96af5860b0.tar.gz
Remove platform dependent test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_sprintf.rb')
-rw-r--r--test/ruby/test_sprintf.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_sprintf.rb b/test/ruby/test_sprintf.rb
index 5f39719446..de75032355 100644
--- a/test/ruby/test_sprintf.rb
+++ b/test/ruby/test_sprintf.rb
@@ -197,8 +197,6 @@ class TestSprintf < Test::Unit::TestCase
assert_equal("0x1p-1", sprintf("%a", 0.5))
assert_equal("0x1p+0", sprintf("%a", 1.0))
assert_equal("0x1p+1", sprintf("%a", 2.0))
- assert_equal("0x1.193ea7aad030ap+0", sprintf("%a", Math.log(3)))
- assert_equal("0X1.193EA7AAD030AP+0", sprintf("%A", Math.log(3)))
assert_equal("0x1p+10", sprintf("%a", 1024))
assert_equal("0x1.23456p+789", sprintf("%a", 3.704450999893983e+237))
assert_equal("0x1p-1074", sprintf("%a", 4.9e-324))