1
0
Fork 0
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:
nobu 2004-12-16 11:43:45 +00:00
parent 1b492b7b28
commit 574697efc3

View file

@ -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)