diff options
author | jhugunin <jhugunin> | 2003-04-10 18:39:26 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-04-10 18:39:26 +0000 |
commit | 72b3c0a4539f77d1f287f790c1318d682613bdb5 (patch) | |
tree | a0ace79fa166b772d2e40e00d7a1920636298687 /tests/ajcTests.xml | |
parent | ed658901f46c3ef24035791a1e33b23ef19f854a (diff) | |
download | aspectj-72b3c0a4539f77d1f287f790c1318d682613bdb5.tar.gz aspectj-72b3c0a4539f77d1f287f790c1318d682613bdb5.zip |
extending coverage for [Bug 35593] Problem with priviliged aspects
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 28550b0cf..2d00cf805 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -3864,7 +3864,7 @@ <run class="AspectOf"/> </ajc-test> - <ajc-test dir="new/privilegedAspects" + <ajc-test dir="new/privilegedAspects" pr="35593" title="access to all members of class and inner class from privileged aspect" keywords="from-resolved_10x"> <compile |