mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue