aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-06 11:18:30 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-06 11:18:30 +0000
commitde8c69313e87adc6e4f2b006ba48d5d82912bade (patch)
tree39f61dafecad67179225fb0cd32d3ab8da2d210b /ChangeLog
parentfcf63d1e54384420a1ac8b5b5e2b7bd0b53a5df3 (diff)
downloadruby-de8c69313e87adc6e4f2b006ba48d5d82912bade.tar.gz
* test/runner.rb: extracted test helper.
* test/lib/zombie_hunter.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52466 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 410cb54a51..240a1d5ef7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov 6 20:18:25 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
+
+ * test/runner.rb: extracted test helper.
+ * test/lib/zombie_hunter.rb: ditto.
+
Fri Nov 6 18:07:47 2015 Naohisa Goto <ngotogenome@gmail.com>
* include/ruby/ruby.h (rb_array_const_ptr, rb_struct_const_ptr):