1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove platform dependent test.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2010-04-02 23:18:51 +00:00
parent 94ab139bc9
commit a9aeb765c5

View file

@ -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))