aboutsummaryrefslogtreecommitdiffstats
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 c04f216011..25ceb70be9 100644
--- a/test/ruby/test_io.rb
+++ b/test/ruby/test_io.rb
@@ -593,7 +593,7 @@ class TestIO < Test::Unit::TestCase
assert_equal(nil, IO.try_convert("STDOUT"))
end
- def test_ungetc
+ def test_ungetc2
pipe do |r, w|
r.ungetc("0" * 10000)
w.write("1" * 10000)