aboutsummaryrefslogtreecommitdiffstats
path: root/test/runner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/runner.rb')
-rw-r--r--test/runner.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/runner.rb b/test/runner.rb
index 1f8ef83d2c..685a166bec 100644
--- a/test/runner.rb
+++ b/test/runner.rb
@@ -27,12 +27,8 @@ module Test::Unit
end
begin
- require 'objspace'
- h = {}
exit Test::Unit::AutoRunner.run(true, src_testdir)
rescue NoMemoryError
- ObjectSpace.count_objects(h)
- p h
system("cat /proc/meminfo") if File.exist?("/proc/meminfo")
raise
end