From 3878b30881f46dab1458e70eaa6272dcff636518 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 25 Dec 2007 09:52:52 +0000 Subject: * io.c (appendline): move RS comparison to rb_io_getline_1(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_knownbug.rb | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'bootstraptest/test_knownbug.rb') diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb index 2a70de0269..24e3c5483a 100644 --- a/bootstraptest/test_knownbug.rb +++ b/bootstraptest/test_knownbug.rb @@ -3,16 +3,6 @@ # So all tests will cause failure. # -assert_finish 1, %q{ - r, w = IO.pipe - Thread.new { - w << "ab" - sleep 0.1 - w << "ab" - } - p r.gets("abab") -} - assert_normal_exit %q{ begin raise -- cgit v1.2.3