diff options
author | acolyer <acolyer> | 2004-01-14 15:51:53 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-01-14 15:51:53 +0000 |
commit | 0071cb4d0f30fc95f335eb6df73ad09e92d662ed (patch) | |
tree | 6851f19ac48a5a80772a73b86e2c1ea7105b575d /tests/ajcTests.xml | |
parent | 5834de97836ebcc056415736c17c46e8b1dfaf5a (diff) | |
download | aspectj-0071cb4d0f30fc95f335eb6df73ad09e92d662ed.tar.gz aspectj-0071cb4d0f30fc95f335eb6df73ad09e92d662ed.zip |
Fix for 38824.
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index e07ae9507..b7a030283 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -7105,5 +7105,11 @@ </compile> <run class="ErroneousExceptionConversion1"/> </ajc-test> + + <ajc-test dir="bugs" pr="38824" + title="Anomalous handling of inter-type declarations to abstract base classes in aspectj 1.1"> + <compile files="AbstractBaseAndInterTypeInterface.java"> + </compile> + </ajc-test> </suite> |