Skip to content

Commit

Permalink
Map type.invalid.super.wildcard as an expected error (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Apr 10, 2024
1 parent c8d5933 commit 11a2980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/tests/NullSpecTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ private boolean corresponds(TestDiagnostic missing, DetailMessage unexpected) {
case "jspecify_conflicting_annotations":
switch (unexpected.messageKey) {
case "type.invalid.conflicting.annos":
case "type.invalid.super.wildcard":
return true;
default:
return false;
Expand Down

0 comments on commit 11a2980

Please sign in to comment.