Skip to content

Commit

Permalink
ajc1921.xml: Add AspectJ version hint to #279 test case
Browse files Browse the repository at this point in the history
"same class woven concurrently in parallel-capable classloader".

Relates to #279.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
  • Loading branch information
kriegaex committed Feb 9, 2024
1 parent 45d593b commit 3c2458a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
</run>
</ajc-test>

<!-- https://github.com/eclipse-aspectj/aspectj/issues/279 -->
<!-- https://github.com/eclipse-aspectj/aspectj/issues/279, AspectJ 1.9.21.1 -->
<ajc-test dir="bugs1921/github_279" vm="8" title="same class woven concurrently in parallel-capable classloader">
<compile files="Application.java Greeter.java GreeterImpl.java ParallelCapableClassLoader.java" options="-8"/>
<compile files="HelloInterceptor.java" options="-8 -Xlint:ignore"/>
Expand Down

0 comments on commit 3c2458a

Please sign in to comment.