diff options
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> |