summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/runner.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/runner.rb b/test/runner.rb
index 7637f8d1bf..94beb448cd 100644
--- a/test/runner.rb
+++ b/test/runner.rb
@@ -19,7 +19,6 @@ module Test::Unit
def after_teardown
super
assert_empty(Process.waitall)
- GC.verify_internal_consistency
end
end
class TestCase