diff options
author | jhugunin <jhugunin> | 2003-07-22 22:51:34 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-07-22 22:51:34 +0000 |
commit | 9894a3d4826ef3480a53aa7cd8d86804af3f1fdd (patch) | |
tree | 74e1f791f1edad64aaa894da598f653b0a1743f2 /tests/ajcTestsFailing.xml | |
parent | 026b2728aef846823419ebffceb57fe8161e3d15 (diff) | |
download | aspectj-9894a3d4826ef3480a53aa7cd8d86804af3f1fdd.tar.gz aspectj-9894a3d4826ef3480a53aa7cd8d86804af3f1fdd.zip |
fix and expanded tests for Bugzilla Bug 39462
Compiler crashes in jar and cflow
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> |