Revision
3490
Author
lsansonetti@apple.com
Date
2010-02-11 14:11:02 -0800 (Thu, 11 Feb 2010)

Log Message

removing the mactestrb executable

Removed Paths

Diff

Deleted: MacRuby/trunk/bin/testrb (3489 => 3490)


--- MacRuby/trunk/bin/testrb	2010-02-11 03:16:10 UTC (rev 3489)
+++ MacRuby/trunk/bin/testrb	2010-02-11 22:11:02 UTC (rev 3490)
@@ -1,5 +0,0 @@
-#!/usr/bin/env ruby
-require 'test/unit'
-(r = Test::Unit::AutoRunner.new(true)).process_args(ARGV) or
-  abort r.options.banner + " tests..."
-exit r.run