aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-10 06:00:57 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-10 06:00:57 +0000
commit10f7ad626422aeaef6b15a50437cbd9e2b98f485 (patch)
treeee0d4684de0272799f8f6321f910254ce91a5ef3 /ChangeLog
parent88c78ef17cef59ef77fc3ca29f2f8ca9cd3ba6cc (diff)
downloadruby-10f7ad626422aeaef6b15a50437cbd9e2b98f485.tar.gz
* test/ruby/test_gc.rb (test_expand_heap): relax condition (1->2).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53024 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 e9a68b3d60..762e91c8f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 10 14:59:59 2015 Koichi Sasada <ko1@atdot.net>
+
+ * test/ruby/test_gc.rb (test_expand_heap): relax condition (1->2).
+
Thu Dec 10 14:15:59 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* cont.c: fix a double word typo.