summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-01 22:20:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-01 22:20:23 +0000
commit5f37d6902a4d3ac75f76218ff97799fb75193cb6 (patch)
treebc0aa859eeaf690b3d310e743232576ea9cf5a35 /ChangeLog
parent64740adcffbb18b298086ebff4d41c512fbc9435 (diff)
* lib/test/unit.rb (Test::Unit::GCStressOption): --gc-stress
option. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30009 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 d52c7a58e8..cc756f54c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Thu Dec 2 07:15:12 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Thu Dec 2 07:20:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/test/unit.rb (Test::Unit::GCStressOption): --gc-stress
+ option.
* lib/test/unit.rb (Test::Unit::Mini#_run_suites): show the result
even when interrupted on the way.