From 38cde1a3f40fef89fd5b55acf527022b84d41b5b Mon Sep 17 00:00:00 2001 From: mame Date: Tue, 5 Sep 2017 08:15:54 +0000 Subject: Hide NotImplementedError for windows https://github.com/ruby/ruby/commit/440dc6b7e0b3b74db221eed81871516e301d4b3e#commitcomment-24074203 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/io/nonblock/test_flush.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/io/nonblock') diff --git a/test/io/nonblock/test_flush.rb b/test/io/nonblock/test_flush.rb index e014a5f3db..63e16db5a3 100644 --- a/test/io/nonblock/test_flush.rb +++ b/test/io/nonblock/test_flush.rb @@ -67,5 +67,6 @@ class TestIONonblock < Test::Unit::TestCase end assert_equal(false, w.nonblock?) } + rescue NotImplementedError end end if IO.method_defined?(:nonblock) -- cgit v1.2.3