From afafb8c0555e7d774c1abe51a65982899cdfffe3 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 13 Feb 2011 00:56:48 +0000 Subject: * test/io/nonblock/test_flush.rb (TestIONonblock#flush_test): return true to finish the test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30860 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 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) -- cgit v1.2.3