aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-02 13:45:20 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-02 13:45:20 +0000
commit51f41f66181932aa0a42be2a430a04813c0d6abf (patch)
tree0d4b49aa9bd7f05c78199d4c5a9f7831f925d384 /ChangeLog
parent6bd80ffc2277eca027075c4f209feb92cf5c501e (diff)
downloadruby-51f41f66181932aa0a42be2a430a04813c0d6abf.tar.gz
* test/ruby/test_io.rb (test_new_with_block): Set autoclose to avoid EBADF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f2ee11120..37febd2e1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 2 22:43:52 2014 Tanaka Akira <akr@fsij.org>
+
+ * test/ruby/test_io.rb (test_new_with_block): Set autoclose to avoid
+ EBADF.
+
Tue Sep 2 22:01:51 2014 Kouhei Sutou <kou@cozmixng.org>
* Makefile.in (update-coverage): Remove a never executed line.