Skip to content

Commit c5001a8

Browse files
committed
Fix test expectations
1 parent 5f6a40b commit c5001a8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
| Test.java:0:0:0:0 | 1 |
1+
| Test.java:0:0:0:0 | 1 javac errors |
22
| Test.java:4:13:4:30 | Unable to extract method reference Unavailable.f()::g with no owner type |

java/ql/test/library-tests/unknown-method-reference-lhs/Test.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ public static void test() {
55
}
66

77
}
8+
9+
// Diagnostic Matches: 1 javac errors
10+
// Diagnostic Matches: Unable to extract method reference Unavailable.f()::g with no owner type

0 commit comments

Comments
 (0)