fix tests after recent refactoring
This commit is contained in:
+4
@@ -29,4 +29,8 @@ public enum CompilerSpecialMode {
|
||||
public boolean includeJdkHeaders() {
|
||||
return this == REGULAR || this == STDLIB;
|
||||
}
|
||||
|
||||
public boolean isStubs() {
|
||||
return this == BUILTINS || this == JDK_HEADERS;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user