1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/runner.rb: fix commit miss on r44278.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2013-12-18 16:55:01 +00:00
parent 9a14e1700a
commit 49dcd2fee4
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Dec 19 01:54:30 2013 Koichi Sasada <ko1@atdot.net>
* test/runner.rb: fix commit miss on r44278.
Thu Dec 19 00:26:11 2013 Koichi Sasada <ko1@atdot.net>
* gc.c (garbage_collect_body): lazy_sweep setting should work

View file

@ -19,7 +19,6 @@ module Test::Unit
def after_teardown
super
assert_empty(Process.waitall)
GC.verify_internal_consistency
end
end
class TestCase