Skip to content

Commit ef9544c

Browse files
committed
Adjust test expectations now signature type-accesses are named
1 parent 903e4f5 commit ef9544c

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
| Test.java:1:30:1:48 | Unknown or erroneous type for expression of kind TypeAccess |
21
| file://:0:0:0:0 | 1 errors during annotation processing |
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
| Test.java:1:30:1:48 | <TypeAccess of ErrorType> |

java/ql/test/library-tests/errortype-with-params/PrintAst.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Test.java:
22
# 0| [CompilationUnit] Test
33
# 1| 1: [Class] Test
44
#-----| -1: (Base Types)
5-
# 1| 0: [TypeAccess] <TypeAccess of ErrorType>
5+
# 1| 0: [TypeAccess] <any>
66
# 1| 0: [TypeAccess] String
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
public class Test implements Unavailable<String> { }
22

33
// Diagnostic Matches: 1 errors during annotation processing
4-
// Diagnostic Matches: Unknown or erroneous type for expression of kind TypeAccess

0 commit comments

Comments
 (0)