mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/io/nonblock/test_flush.rb (TestIONonblock#test_flush): ignore read result.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1b492b7b28
commit
574697efc3
1 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,6 @@ class TestIONonblock < Test::Unit::TestCase
|
|||
end
|
||||
}
|
||||
assert_raise(IOError) {w.flush}
|
||||
t.join
|
||||
assert_equal("b", result)
|
||||
assert_nothing_raised {t.join}
|
||||
end
|
||||
end if IO.method_defined?(:nonblock)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue