diff options
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index 8c66d13bb..77825d91a 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -137,7 +137,11 @@ <run class="SubtypeConstructorCW"/> </ajc-test> - - + <ajc-test dir="bugs/interAbstract" + pr="49784" + title="aspect declares interface method (abstract decl, default impl)"> + <compile files="InterfaceMethodDeclarationNonPublic.java" /> + <run class="InterfaceMethodDeclarationNonPublic"/> + </ajc-test> </suite> |