fix windows test

This commit is contained in:
Larry Li 2020-01-20 22:10:51 +11:00
parent 37d4336035
commit 6fb586b62c
1 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ public class BaseDartTest implements RuntimeTestSupport {
private static String cacheDartPackages;
private String getPropertyPrefix() {
return "antlr-php";
return "antlr-dart";
}
@Override
@ -572,7 +572,7 @@ public class BaseDartTest implements RuntimeTestSupport {
profile);
}
return execClass("Test", true);
return execClass("Test", aotCompile);
}
public String execClass(String className, boolean compile) {