diff options
-rw-r--r-- | tests/src/test/resources/org/aspectj/systemtest/ajc165/ajc165.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc165/ajc165.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc165/ajc165.xml index 7d879705f..f48581f87 100644 --- a/tests/src/test/resources/org/aspectj/systemtest/ajc165/ajc165.xml +++ b/tests/src/test/resources/org/aspectj/systemtest/ajc165/ajc165.xml @@ -78,6 +78,7 @@ <ajc-test dir="bugs165/pr272233" title="funky pointcut 2"> <compile files="Iffy2.java" options="-1.5 -showWeaveInfo"> + <message kind="warning" text="arrays cannot have a void type, but found 'void[]' in pointcut [Xlint:arrayCannotBeVoid]"/> <message kind="weave" text="advised by before advice from 'Iffy2' (Iffy2.java:8)"/> <message kind="weave" text="advised by before advice from 'Iffy2' (Iffy2.java:11)"/> <message kind="weave" text="advised by before advice from 'Iffy2' (Iffy2.java:14)"/> |