fix tests after recent refactoring

This commit is contained in:
Stepan Koltsov
2012-04-08 05:39:46 +04:00
parent 7aeded2522
commit 7be3d247f9
2 changed files with 8 additions and 4 deletions
@@ -29,4 +29,8 @@ public enum CompilerSpecialMode {
public boolean includeJdkHeaders() {
return this == REGULAR || this == STDLIB;
}
public boolean isStubs() {
return this == BUILTINS || this == JDK_HEADERS;
}
}