Browse Source

ajc1921.xml: Add AspectJ version hint to #279 test case

"same class woven concurrently in parallel-capable classloader".

Relates to #279.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_21_1
Alexander Kriegisch 2 months ago
parent
commit
3c2458afda

+ 1
- 1
tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml View File

@@ -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"/>

Loading…
Cancel
Save