Add incremental compilation tests with lookup cache enabled
This commit is contained in:
@@ -39,4 +39,14 @@ public class IncrementalCompilation {
|
||||
public static void enableIncrementalCompilation() {
|
||||
System.setProperty(INCREMENTAL_COMPILATION_PROPERTY, "true");
|
||||
}
|
||||
|
||||
@TestOnly
|
||||
public static void disableExperimental() {
|
||||
System.setProperty(IS_EXPERIMENTAL_PROPERTY, "false");
|
||||
}
|
||||
|
||||
@TestOnly
|
||||
public static void enableExperimental() {
|
||||
System.setProperty(IS_EXPERIMENTAL_PROPERTY, "true");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user