diff options
Diffstat (limited to 'test/Main.hx')
| -rw-r--r-- | test/Main.hx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Main.hx b/test/Main.hx index d2ea286..f212eba 100644 --- a/test/Main.hx +++ b/test/Main.hx @@ -4,12 +4,10 @@ import utest.Runner; import utest.ui.Report; class Main { - static function main() { final runner = new Runner(); runner.addCases(test.tests); Report.create(runner); runner.run(); } - } |
