aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-10 10:52:29 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-10 10:52:29 +0000
commit0ad3abe1f10d5e8134c1956d84c432e2b0fc3304 (patch)
treed3da59700005e6ca601211abd8fd929ac62ff0c8 /ChangeLog
parentadabc801be4a6536c786ea5c6c858ba71a186336 (diff)
downloadruby-0ad3abe1f10d5e8134c1956d84c432e2b0fc3304.tar.gz
* test/ruby/test_file_exhaustive.rb: Test socket.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4f7f9024b..0e786ae5d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Apr 10 19:34:24 2015 Tanaka Akira <akr@fsij.org>
+
+ * test/ruby/test_file_exhaustive.rb: Test socket.
+
Fri Apr 10 19:38:46 2015 Koichi Sasada <ko1@atdot.net>
* test/objspace/test_objspace.rb: remove debug prints.