diff options
Diffstat (limited to 'test/ruby')
-rw-r--r-- | test/ruby/test_io.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb index e1859ad4f..7da6535ed 100644 --- a/test/ruby/test_io.rb +++ b/test/ruby/test_io.rb @@ -37,7 +37,7 @@ class TestIO < Test::Unit::TestCase end # This test cause SEGV. - def _test_ungetc + def test_ungetc r, w = IO.pipe w.close assert_raise(IOError, "[ruby-dev:31650]") { 20000.times { r.ungetc "a" } } |