diff options
author | wisberg <wisberg> | 2003-04-22 23:13:18 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-04-22 23:13:18 +0000 |
commit | a1a51eef8d3b8d38457a7be7c06208d62c88664e (patch) | |
tree | 7bf119d2826ae4b8cc08c0d583c64eb615884631 /tests/ajcTestsFailing.xml | |
parent | f1d911e51803c8700edab71635036e95a968e68c (diff) | |
download | aspectj-a1a51eef8d3b8d38457a7be7c06208d62c88664e.tar.gz aspectj-a1a51eef8d3b8d38457a7be7c06208d62c88664e.zip |
@testcase PR#36778 advise join points in subclass of empty interface
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index cb741c1e0..ec15b0ad8 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -4,5 +4,11 @@ <!-- contains valid tests that the compiler has never passed --> <suite> + <ajc-test dir="new" pr="36778" + title="advise join points in subclass of empty interface"> + <compile files="EmptyInterface.java"/> + <run class="EmptyInterface"/> + </ajc-test> + </suite> |