From 2af1b06b6a9439109520b249b5e44dfc1375c199 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Tue, 22 Aug 2023 07:54:19 +0700 Subject: Improve bridge method test, bootstrapping ASM usage Instead of using a pre-generated JAR, the source code generating the class with reordered methods (bridge method first) is now compiled directly before usage. This is possible, because in the previous commit ASM was put on the Ajc classpath for tests. Relates to #256. Signed-off-by: Alexander Kriegisch --- .../src/test/resources/org/aspectj/systemtest/ajc1920/ajc1920.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/src') diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc1920/ajc1920.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc1920/ajc1920.xml index db47e073d..89c9b5f41 100644 --- a/tests/src/test/resources/org/aspectj/systemtest/ajc1920/ajc1920.xml +++ b/tests/src/test/resources/org/aspectj/systemtest/ajc1920/ajc1920.xml @@ -420,7 +420,12 @@ - + + + + + + -- cgit v1.2.3