diff options
author | jhugunin <jhugunin> | 2003-07-02 23:21:51 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-07-02 23:21:51 +0000 |
commit | 0e3c87c56d6120afa0bb0db602a73b473d23b04a (patch) | |
tree | 36c5c0288e1da4e5a64ba559f0e47e4484015da8 /tests/ajcTestsFailing.xml | |
parent | ba41fae6547688e8714d01be27bc81dbbe850f55 (diff) | |
download | aspectj-0e3c87c56d6120afa0bb0db602a73b473d23b04a.tar.gz aspectj-0e3c87c56d6120afa0bb0db602a73b473d23b04a.zip |
added test 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, 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> |