diff options
Diffstat (limited to 'test/ruby/test_float.rb')
-rw-r--r-- | test/ruby/test_float.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/ruby/test_float.rb b/test/ruby/test_float.rb index f011c2b062..c55b051832 100644 --- a/test/ruby/test_float.rb +++ b/test/ruby/test_float.rb @@ -561,9 +561,6 @@ class TestFloat < Test::Unit::TestCase assert_raise(TypeError) do 1.0.step(2.0, "0.5") {} end - assert_raise(TypeError) do - 1.0.step(2.0, nil) {} - end end def test_sleep_with_Float |