fix tests for js target

This commit is contained in:
2021-07-25 23:59:31 -06:00
parent 5a6315bff7
commit 2bf035df86
2 changed files with 1 additions and 5 deletions

View File

@@ -8,7 +8,6 @@ import haxe.macro.Expr;
import haxe.macro.Context;
#end
#if (sys || hxnodejs)
class CompilerToolsTestCase extends Test {
function testCompileHelloWorldJs() {
Assert.equals("Hello world!", _testCompileHelloWorldJs());
@@ -44,8 +43,5 @@ class CompilerToolsTestCase extends Test {
};
}
// TODO test what happens when passing more arguments/files
}
#end