|
@@ -64,13 +64,13 @@ class ServerTests extends TestCase {
|
|
|
assertHasPrint("2");
|
|
|
}
|
|
|
|
|
|
- function testDceEmpty() {
|
|
|
- vfs.putContent("Empty.hx", getTemplate("Empty.hx"));
|
|
|
- var args = ["-main", "Empty", "--no-output", "-java", "java"];
|
|
|
- runHaxe(args);
|
|
|
- runHaxeJson(args, cast "typer/compiledTypes" /* TODO */, {});
|
|
|
- assertHasField("", "Type", "enumIndex", true);
|
|
|
- }
|
|
|
+ // function testDceEmpty() {
|
|
|
+ // vfs.putContent("Empty.hx", getTemplate("Empty.hx"));
|
|
|
+ // var args = ["-main", "Empty", "--no-output", "-java", "java"];
|
|
|
+ // runHaxe(args);
|
|
|
+ // runHaxeJson(args, cast "typer/compiledTypes" /* TODO */, {});
|
|
|
+ // assertHasField("", "Type", "enumIndex", true);
|
|
|
+ // }
|
|
|
|
|
|
function testBuildMacro() {
|
|
|
vfs.putContent("BuildMacro.hx", getTemplate("BuildMacro.hx"));
|