* 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
Родитель 9a14e1700a
Коммит 49dcd2fee4
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -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

Просмотреть файл

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