aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-04-22 23:13:18 +0000
committerwisberg <wisberg>2003-04-22 23:13:18 +0000
commita1a51eef8d3b8d38457a7be7c06208d62c88664e (patch)
tree7bf119d2826ae4b8cc08c0d583c64eb615884631 /tests/ajcTestsFailing.xml
parentf1d911e51803c8700edab71635036e95a968e68c (diff)
downloadaspectj-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.xml6
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>