aboutsummaryrefslogtreecommitdiffstats
path: root/test/io/nonblock/test_flush.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/io/nonblock/test_flush.rb')
-rw-r--r--test/io/nonblock/test_flush.rb1
1 files changed, 1 insertions, 0 deletions
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)