diff options
| author | RblSb <msrblsb@gmail.com> | 2021-07-04 03:59:50 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2021-07-05 17:04:25 +0300 |
| commit | ede45cea8706eb8540e466df9861c2af8ebf9c44 (patch) | |
| tree | 74a20a6f082173378f918b48b08542881f31749a /test/Main.hx | |
| parent | 265b3e1fb56bb0e5f797b3b35227a616b108a0c3 (diff) | |
Reformat
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(); } - } |
