summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_io.rb')
-rw-r--r--test/ruby/test_io.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb
index e1859ad4f0..7da6535edf 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" } }