From e45738a2976eed3ff291ec075606f64baa3198cb Mon Sep 17 00:00:00 2001 From: nahi Date: Fri, 5 Sep 2003 01:47:41 +0000 Subject: * test/runner.rb: added. gets testcases from command line and runs it. * test/ruby/test_gc.rb: remove useless part which was for dumping test result. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_gc.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/ruby/test_gc.rb') diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb index b513e44dc6..b55c391802 100644 --- a/test/ruby/test_gc.rb +++ b/test/ruby/test_gc.rb @@ -31,11 +31,5 @@ class TestGc < Test::Unit::TestCase } GC.start assert true # reach here or dumps core - - if $failed > 0 - printf "test: %d failed %d\n", $ntest, $failed - else - printf "end of test(test: %d)\n", $ntest - end end end -- cgit v1.2.3