Skip to content

Commit 8c512cd

Browse files
committed
Fix tests/run/beans expectations
1 parent ceabdbd commit 8c512cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/run/beans.check

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
true
33
10
44
[@beans.LibraryAnnotation_1()]
5+
[]
56
some text
67
other text

tests/run/beans/Test_3.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ public A run() throws ReflectiveOperationException{
77
System.out.println(a.isY());
88
System.out.println(new T2().getX());
99

10+
System.out.println(Arrays.asList(a.getClass().getDeclaredField("retainingAnnotation").getAnnotations()));
1011
System.out.println(Arrays.asList(a.getClass().getMethod("getRetainingAnnotation").getAnnotations()));
1112

1213
System.out.println(a.getMutableOneWithLongName());

0 commit comments

Comments
 (0)