renamed test script

This commit is contained in:
Nicolas Cannasse
2022-04-01 10:27:20 +02:00
parent 54d994a879
commit bd4fc51392
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ import hscript.Printer;
import hscript.Checker;
import haxe.unit.*;
class Test extends TestCase {
class TestHScript extends TestCase {
function assertScript(x,v:Dynamic,?vars : Dynamic, allowTypes=false, ?pos:haxe.PosInfos) {
var p = new hscript.Parser();
p.allowTypes = allowTypes;
@@ -173,7 +173,7 @@ class Test extends TestCase {
#end
var runner = new TestRunner();
runner.add(new Test());
runner.add(new TestHScript());
var succeed = runner.run();
#if sys
+1 -1
View File
@@ -1,3 +1,3 @@
-main Test
-main TestHScript
-dce no
-lib hx3compat