From a0a1d0f268994610932c2ae51df9d8f759591b01 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 18 Dec 2013 14:34:23 +0000 Subject: * 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 --- test/runner.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/runner.rb') 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 -- cgit v1.2.3