From 6b7f1f56c8ab9164f2e4a3db09464f71c5bfd443 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 26 Sep 2007 11:01:18 +0000 Subject: * bootstraptest/test_knownbug.rb: move fixed tests. * bootstraptest/test_method.rb: ditto. * test/ruby/test_io.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13523 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 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" } } -- cgit