diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-22 05:19:38 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-22 05:19:38 +0000 |
| commit | ab9af5a76a7910ec11cb81bc4f660f4bdffd8663 (patch) | |
| tree | b0128adbc10ced16332b2ecd71d76aa6ab9749e7 /test/ruby/test_float.rb | |
| parent | 25516d500236d1697900f6483e45b46f48bd6f1e (diff) | |
| download | ruby-ab9af5a76a7910ec11cb81bc4f660f4bdffd8663.tar.gz ruby-ab9af5a76a7910ec11cb81bc4f660f4bdffd8663.tar.xz ruby-ab9af5a76a7910ec11cb81bc4f660f4bdffd8663.zip | |
* test/ruby/test_float.rb, test_sprintf.rb: fix test place.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_float.rb')
| -rw-r--r-- | test/ruby/test_float.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_float.rb b/test/ruby/test_float.rb index f3224ffac..0b06bd9d4 100644 --- a/test/ruby/test_float.rb +++ b/test/ruby/test_float.rb @@ -13,8 +13,6 @@ class TestFloat < Test::Unit::TestCase assert((13.4 % 1 - 0.4).abs < 0.0001) assert_equal(36893488147419111424, 36893488147419107329.0.to_i) - assert_equal("36893488147419111424", - sprintf("%20.0f", 36893488147419107329.0)) end def nan_test(x,y) |
