aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/ruby/test_gc.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb
index 44adb27f00..6c9c6e7acb 100644
--- a/test/ruby/test_gc.rb
+++ b/test/ruby/test_gc.rb
@@ -340,9 +340,6 @@ class TestGc < Test::Unit::TestCase
sleep 0.1
Process.kill("INT", pid) rescue break
}
- sleep 5
- Process.kill("SEGV", pid) rescue nil
- Process.kill("KILL", pid) rescue nil
end
f = proc {1000.times {}}
loop do