diff options
author | wisberg <wisberg> | 2004-01-16 01:44:17 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2004-01-16 01:44:17 +0000 |
commit | 2be86afae3780ca87a41bb7e65f3ce1afe9999df (patch) | |
tree | c3ec69a02f1e65d9dad28e6824dbf83f64d4f239 /tests/ajcTestsFailing.xml | |
parent | 81adb9fef97b229a18e7eb6fa28140df00409b01 (diff) | |
download | aspectj-2be86afae3780ca87a41bb7e65f3ce1afe9999df.tar.gz aspectj-2be86afae3780ca87a41bb7e65f3ce1afe9999df.zip |
@testcase PR#49784 aspect declares interface method (abstract decl, default impl)
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> |