summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-03 10:08:49 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-03 10:08:49 +0000
commitb7503d03ca530043837baff8fb4e9296a34ca4f8 (patch)
tree1b4e4d6620f8c432af60b8fbabce3a84251d4018 /test
parentfc6073bde47600940bebf6c793c1a6129cb7d744 (diff)
Remove debug print introduced in r52386
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_gc.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb
index 849f740b14..d915ae25d7 100644
--- a/test/ruby/test_gc.rb
+++ b/test/ruby/test_gc.rb
@@ -342,13 +342,6 @@ class TestGc < Test::Unit::TestCase
sleep 0.1
Process.kill("INT", pid) rescue break
}
- if RUBY_PLATFORM.include?('solaris')
- $stderr.puts `/usr/bin/psig #{$$}`
- $stderr.puts `/usr/bin/psig #{Process.ppid}`
- elsif File.exist?('/proc/self/status')
- $stderr.puts IO.read('/proc/self/status')
- $stderr.puts IO.read("/proc/#{Process.ppid}/status")
- end
end
f = proc {1000.times {}}
loop do