forked from jasder/antlr
fix windows test
This commit is contained in:
parent
37d4336035
commit
6fb586b62c
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue