Remove unreachable break
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e8ec23b1c0
commit
3dd6c0d30c
@ -567,7 +567,6 @@ class TestIO < Test::Unit::TestCase
|
||||
w2.nonblock = true
|
||||
rescue Errno::EBADF
|
||||
skip "nonblocking IO for pipe is not implemented"
|
||||
break
|
||||
end
|
||||
s = w2.syswrite("a" * 100000)
|
||||
t = Thread.new { sleep 0.1; r2.read }
|
||||
|
Loading…
x
Reference in New Issue
Block a user