aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoracolyer <acolyer>2003-11-12 20:33:29 +0000
committeracolyer <acolyer>2003-11-12 20:33:29 +0000
commit17993d4c413e1b291ffeece0128f4b23bce5c86a (patch)
treee7b124d6f670ae95ed188561f7445d9ab9a5ec01 /tests
parent1c1368fc1c66c695dc0fdc40a6192b3a61b42656 (diff)
downloadaspectj-17993d4c413e1b291ffeece0128f4b23bce5c86a.tar.gz
aspectj-17993d4c413e1b291ffeece0128f4b23bce5c86a.zip
patch from George Harley for pr 42711 (test case)
Diffstat (limited to 'tests')
-rw-r--r--tests/ajcTests.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index 3a1d66333..09844ec3a 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -6797,4 +6797,9 @@
extdirs="lib/lowercase"/>
</ajc-test>
+ <ajc-test dir="bugs/privilege/packageProtected" pr="42711"
+ title="priviledged aspects calling methods from advice">
+ <compile files="concern/ContextUser.java,concern/BaseTarget.java,core/Base.java" />
+ </ajc-test>
+
</suite>