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, 0 insertions, 1 deletions
diff --git a/test/io/nonblock/test_flush.rb b/test/io/nonblock/test_flush.rb
index 77c985b8ad..40dbe94b3a 100644
--- a/test/io/nonblock/test_flush.rb
+++ b/test/io/nonblock/test_flush.rb
@@ -6,7 +6,6 @@ end
class TestIONonblock < Test::Unit::TestCase
def test_flush # [ruby-dev:24985]
- flunk "YARV doesn't support io/nonblock"
r,w = IO.pipe
w.nonblock = true
w.sync = false