summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-13 00:56:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-13 00:56:48 +0000
commitafafb8c0555e7d774c1abe51a65982899cdfffe3 (patch)
tree37a4940c4294f9f20144c68b03e6fb8b277b7276 /ChangeLog
parentb16fc578520875842d91b1245cadf93ad8df516e (diff)
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 40ed6a8a8f..c48b937bdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Sun Feb 13 09:56:36 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sun Feb 13 09:56:40 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * test/io/nonblock/test_flush.rb (TestIONonblock#flush_test):
+ return true to finish the test.
* test/syck/test_string.rb (Syck::TestString#test_non_binary_string):
use assert_not instead of refute, unless required minitest