From d1c9a9123b60ea42e1b6be9872771a2acb11d835 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: http://svn.ruby-lang.org/repos/ruby/trunk@4503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_gc.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/ruby') diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb index b513e44dc..b55c39180 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