diff options
author | acolyer <acolyer> | 2003-11-12 20:33:29 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2003-11-12 20:33:29 +0000 |
commit | 17993d4c413e1b291ffeece0128f4b23bce5c86a (patch) | |
tree | e7b124d6f670ae95ed188561f7445d9ab9a5ec01 /tests | |
parent | 1c1368fc1c66c695dc0fdc40a6192b3a61b42656 (diff) | |
download | aspectj-17993d4c413e1b291ffeece0128f4b23bce5c86a.tar.gz aspectj-17993d4c413e1b291ffeece0128f4b23bce5c86a.zip |
patch from George Harley for pr 42711 (test case)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ajcTests.xml | 5 |
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> |