aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-01-21 18:35:03 +0000
committerjhugunin <jhugunin>2003-01-21 18:35:03 +0000
commit727c1ccdcf5b76962dd29d6d2aee0d73aff927b8 (patch)
treeb19f68efd6c25125fd2cce59fd11d3d9c4656403 /tests/ajcTests.xml
parent4dfb3f2ad89c38a46521698484667f4b6fe3085a (diff)
downloadaspectj-727c1ccdcf5b76962dd29d6d2aee0d73aff927b8.tar.gz
aspectj-727c1ccdcf5b76962dd29d6d2aee0d73aff927b8.zip
test for Bug 29691
Static inner aspects cannot reference user defined pointcuts
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index da82705e5..6c2c2ad5b 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -5527,4 +5527,10 @@
<message kind="error" line="6"/>
</compile>
</ajc-test>
+
+ <ajc-test dir="bugs" pr="29691"
+ title="Static inner aspects cannot reference user defined pointcuts">
+ <compile files="PcdLookup.java" />
+ <run class="PcdLookup"/>
+ </ajc-test>
</suite>