mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Hide NotImplementedError for windows
440dc6b7e0 (commitcomment-24074203)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
813ffb8b53
commit
8c59236674
1 changed files with 1 additions and 0 deletions
|
@ -67,5 +67,6 @@ class TestIONonblock < Test::Unit::TestCase
|
|||
end
|
||||
assert_equal(false, w.nonblock?)
|
||||
}
|
||||
rescue NotImplementedError
|
||||
end
|
||||
end if IO.method_defined?(:nonblock)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue