aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-07-28 21:50:11 +0000
committerwisberg <wisberg>2003-07-28 21:50:11 +0000
commit10fb3c602d53d02377e80b45687cbbf0096d71dc (patch)
treeb40e4d350f2b01f19bef85061ff25a98ad5c9454 /tests/ajcTestsFailing.xml
parent3aecb2745ebaa24c3f463c473161f2c1eed83f03 (diff)
downloadaspectj-10fb3c602d53d02377e80b45687cbbf0096d71dc.tar.gz
aspectj-10fb3c602d53d02377e80b45687cbbf0096d71dc.zip
@testcase PR#40858 weaver trace on mis-qualified pointcut reference
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r--tests/ajcTestsFailing.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml
index 455eff989..2fb358054 100644
--- a/tests/ajcTestsFailing.xml
+++ b/tests/ajcTestsFailing.xml
@@ -5,6 +5,15 @@
<suite>
<ajc-test dir="bugs"
+ pr="40858"
+ comment="shouldn't super ref be permitted?"
+ title="weaver trace on mis-qualified pointcut reference">
+ <compile files="SuperPointcutCE.java">
+ <message kind="error" line="26"/>
+ </compile>
+ </ajc-test>
+
+ <ajc-test dir="bugs"
pr="40814"
title="compile error expected for interface pointcuts">
<compile files="InterfacePointcutCE.java">