aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-07-26 21:38:10 +0000
committerwisberg <wisberg>2003-07-26 21:38:10 +0000
commitd664b142eccf8edbedc0e454e838bae269ec1417 (patch)
tree272b1faac178d92e1bb6313aecb3bd26afb8af91 /tests/ajcTestsFailing.xml
parent56094d51e65add9b2524dbb440a223e6904ae993 (diff)
downloadaspectj-d664b142eccf8edbedc0e454e838bae269ec1417.tar.gz
aspectj-d664b142eccf8edbedc0e454e838bae269ec1417.zip
@testcase PR#40814 compile error expected for pointcuts in interfaces
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r--tests/ajcTestsFailing.xml15
1 files changed, 12 insertions, 3 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml
index 35a87fefd..455eff989 100644
--- a/tests/ajcTestsFailing.xml
+++ b/tests/ajcTestsFailing.xml
@@ -4,9 +4,18 @@
<!-- contains valid tests that the compiler has never passed -->
<suite>
- <ajc-test dir="bugs"
- title="interface call signatures when declaring method in aspect"
- pr="40805">
+ <ajc-test dir="bugs"
+ pr="40814"
+ title="compile error expected for interface pointcuts">
+ <compile files="InterfacePointcutCE.java">
+ <message kind="error" line="5"/>
+ <message kind="error" line="6"/>
+ </compile>
+ </ajc-test>
+
+ <ajc-test dir="bugs"
+ pr="40805"
+ title="interface call signatures when declaring method in aspect">
<compile files="DeclareWarningAndInterfaceMethodCW.java">
<message kind="warning" line="27" text="call getSomething"/>
<message kind="warning" line="27" text="call ICanGetSomething.getSomething"/>