summaryrefslogtreecommitdiff
path: root/lib/test/unit/ui/fox/testrunner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/test/unit/ui/fox/testrunner.rb')
-rw-r--r--lib/test/unit/ui/fox/testrunner.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/test/unit/ui/fox/testrunner.rb b/lib/test/unit/ui/fox/testrunner.rb
index d89e8c2c87..0efbb46a51 100644
--- a/lib/test/unit/ui/fox/testrunner.rb
+++ b/lib/test/unit/ui/fox/testrunner.rb
@@ -26,11 +26,6 @@ module Test
RED_STYLE = FXRGBA(0xFF,0,0,0xFF) #0xFF000000
GREEN_STYLE = FXRGBA(0,0xFF,0,0xFF) #0x00FF0000
-
- # Creates a new TestRunner and runs the suite.
- def self.run(suite)
- new(suite).start
- end
# Creates a new TestRunner for running the passed
# suite.