aboutsummaryrefslogtreecommitdiffstats
path: root/test/runner.rb
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-18 14:34:23 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-18 14:34:23 +0000
commita0a1d0f268994610932c2ae51df9d8f759591b01 (patch)
treedca13ef23597970323a2cd7b838099aeadfb14bc /test/runner.rb
parent661cf78bef8db2c55ae1511eadd1e918f63efa8d (diff)
downloadruby-a0a1d0f268994610932c2ae51df9d8f759591b01.tar.gz
* gc.c (gc_profile_dump_major_reason): fix this function because major_reason
can be OR of multiple reasons. * gc.c (gc_profile_dump_on): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/runner.rb')
-rw-r--r--test/runner.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runner.rb b/test/runner.rb
index 94beb448cd..7637f8d1bf 100644
--- a/test/runner.rb
+++ b/test/runner.rb
@@ -19,6 +19,7 @@ module Test::Unit
def after_teardown
super
assert_empty(Process.waitall)
+ GC.verify_internal_consistency
end
end
class TestCase