summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_gc.rb
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-05 01:47:41 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-05 01:47:41 +0000
commitd1c9a9123b60ea42e1b6be9872771a2acb11d835 (patch)
tree449b2a00c68622d658d9171021ef833720c924f8 /test/ruby/test_gc.rb
parentfd3143eefc3900caedd482e813f368964db210a4 (diff)
downloadruby-d1c9a9123b60ea42e1b6be9872771a2acb11d835.tar.gz
ruby-d1c9a9123b60ea42e1b6be9872771a2acb11d835.tar.xz
ruby-d1c9a9123b60ea42e1b6be9872771a2acb11d835.zip
* 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
Diffstat (limited to 'test/ruby/test_gc.rb')
-rw-r--r--test/ruby/test_gc.rb6
1 files changed, 0 insertions, 6 deletions
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