diff options
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index 4292bacbd..cb741c1e0 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -3,11 +3,6 @@ <!-- 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> |