fix tests for js target
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package kiss;
|
||||
|
||||
import sys.io.Process;
|
||||
|
||||
#if macro
|
||||
import kiss.Kiss;
|
||||
import kiss.Helpers;
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user