aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-18 16:55:01 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-18 16:55:01 +0000
commit49dcd2fee436faaf0937557f73b2cfb0b73c7971 (patch)
tree2a59403c2f01650386023f656c0c58dd47afc245 /test
parent9a14e1700a36b787022e6ac706604a3cb2fb5c8c (diff)
downloadruby-49dcd2fee436faaf0937557f73b2cfb0b73c7971.tar.gz
* 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
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