summaryrefslogtreecommitdiff
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 5dc55a67fe..b031c71bf8 100644
--- a/test/io/nonblock/test_flush.rb
+++ b/test/io/nonblock/test_flush.rb
@@ -41,5 +41,6 @@ class TestIONonblock < Test::Unit::TestCase
assert_nothing_raised {t.join}
}
assert_equal(4097, result.size)
+ true
end
end if IO.method_defined?(:nonblock)