1
0
Fork 0
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:
mame 2017-09-05 08:15:54 +00:00
parent 813ffb8b53
commit 8c59236674

View file

@ -67,5 +67,6 @@ class TestIONonblock < Test::Unit::TestCase
end
assert_equal(false, w.nonblock?)
}
rescue NotImplementedError
end
end if IO.method_defined?(:nonblock)