bugfixes from regression test

This commit is contained in:
caheckman 2019-09-23 11:19:13 -04:00
parent 60e48ee1c3
commit d4e7c04809
2 changed files with 2 additions and 2 deletions

View file

@ -551,7 +551,7 @@ class ConsistencyChecker {
}
private void handle(String msg, Constructor ct) {
compiler.reportError(ct.location, " Unsigned comparison with " + msg + " in constructor");
compiler.reportWarning(ct.location, " Unsigned comparison with " + msg + " in constructor");
}
private void handleZero(String trueOrFalse, Constructor ct) {