From 1bb5b21ab6e6ff91fa40a0089c9b7ea5317805f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Fri, 13 Oct 2023 11:38:20 +0200 Subject: [PATCH] Remove a useless script --- scripts/Test.hx | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 scripts/Test.hx diff --git a/scripts/Test.hx b/scripts/Test.hx deleted file mode 100644 index d207e40..0000000 --- a/scripts/Test.hx +++ /dev/null @@ -1,2 +0,0 @@ -/** Runs the test suite. **/ -function main() Sys.exit(Sys.command("haxe test.hxml"));