summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoracolyer <acolyer>2004-01-07 16:44:51 +0000
committeracolyer <acolyer>2004-01-07 16:44:51 +0000
commitcda2dd4f82306debf0a2c04eb98586fac50cd696 (patch)
tree8cc0b53a414f9520b54ea62f5e61696595b36975 /tests
parent14a4edf940514c83c60f055c3cf409d1ce8db399 (diff)
downloadaspectj-cda2dd4f82306debf0a2c04eb98586fac50cd696.tar.gz
aspectj-cda2dd4f82306debf0a2c04eb98586fac50cd696.zip
test for pr 45184
Diffstat (limited to 'tests')
-rw-r--r--tests/ajcTests.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index cdeece3b6..1d386867c 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -6843,4 +6843,11 @@
</compile>
</ajc-test>
+ <ajc-test dir="bugs" pr="45184"
+ title="External pointcut refs not resolved if named pointcut used by declare">
+ <compile files="DeclareErrorNamedPointcutCE.java">
+ <message kind="error" line="10" text="ref"/>
+ </compile>
+ </ajc-test>
+
</suite>