diff options
author | jhugunin <jhugunin> | 2003-01-21 18:35:03 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-01-21 18:35:03 +0000 |
commit | 727c1ccdcf5b76962dd29d6d2aee0d73aff927b8 (patch) | |
tree | b19f68efd6c25125fd2cce59fd11d3d9c4656403 /tests/ajcTests.xml | |
parent | 4dfb3f2ad89c38a46521698484667f4b6fe3085a (diff) | |
download | aspectj-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.xml | 6 |
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> |