From 0fed6e69c31b7759d74da2db74416dae83e14b93 Mon Sep 17 00:00:00 2001 From: mame Date: Fri, 30 May 2008 13:18:17 +0000 Subject: * test/ruby/test_argf.rb: rename a conflicting method name. * test/ruby/test_string.rb: ditto. * test/ruby/test_io.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_io.rb') diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb index c04f21601..25ceb70be 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) -- cgit