diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-09 12:55:27 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-09 12:55:27 +0700 |
commit | 3c2458afda4e40949b4ece5df084488e31f41fde (patch) | |
tree | 5e0221b31fcb1e094dda3f9bd0440d2c2d5dc831 /tests/src | |
parent | 45d593b8cbc90432853b0e5b9662478b09388783 (diff) | |
download | aspectj-3c2458afda4e40949b4ece5df084488e31f41fde.tar.gz aspectj-3c2458afda4e40949b4ece5df084488e31f41fde.zip |
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>
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml index da8665692..a56eeaf17 100644 --- a/tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml +++ b/tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml @@ -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"/> |