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
Родитель 813ffb8b53
Коммит 8c59236674
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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