diff options
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 8b48f4cda..6a68bc4a6 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -6964,6 +6964,13 @@ <message kind="error" line="8"/> </compile> </ajc-test> + + <ajc-test dir="bugs" + pr="46280" + title="compiler issues error on inner aspects when privilieged"> + <compile files="PrivilegedParsing.java"/> + <run class="PrivilegedParsing"/> + </ajc-test> <ajc-test dir="bugs" pr="44586" title="After throwing advice on ctors doesn't execute for inter-type decl field inits"> |