From f97f77c030534c870168f490710d9110bea32a02 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Tue, 17 Jan 2023 19:56:27 +0100 Subject: [PATCH] Make Ajc165Tests.testFunkyPointcut_pr272233_2 pass The test needs to expect the lately introduced Xlint:arrayCannotBeVoid warning to be thrown, because one of the pointcuts in tests/bugs165/pr272233/Iffy2.java contains a 'void[]' return type in a method signature. Signed-off-by: Alexander Kriegisch --- .../src/test/resources/org/aspectj/systemtest/ajc165/ajc165.xml | 1 + 1 file changed, 1 insertion(+) 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 @@ + -- 2.39.5