aboutsummaryrefslogtreecommitdiffstats
path: root/test/runner.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-31 15:01:39 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-31 15:01:39 +0000
commitb0d4ffda6cae0a4ec278e61f05d7e5957ab0a4c2 (patch)
treec8bc0b41333bdee3a4fce5267f143d446ed26799 /test/runner.rb
parent9e84b33564fd48e075f887e405e625c5d600bf6a (diff)
downloadruby-b0d4ffda6cae0a4ec278e61f05d7e5957ab0a4c2.tar.gz
revert r42255 ref #8711
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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