diff options
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index cb741c1e0..4292bacbd 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -3,6 +3,11 @@ <!-- contains valid tests that the compiler has never passed --> <suite> - + <ajc-test dir="bugs/cflowAndJar" pr="39462" + title="Compiler crashes in jar and cflow" + comment="make lib.jar with ajc -outjar lib.jar AbstractAspect.aj"> + <compile files="lib.jar,TestAspect.aj,Test.java"/> + <run class="Test"/> + </ajc-test> </suite> |