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 df4451ee2..1897a556b 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -7268,4 +7268,11 @@ <compile files="IntertypeDifferentThrows.java" /> </ajc-test> + <ajc-test dir="new" + comment="in ajc 1.1.1, VerifyError Illegal use of nonvirtual function call" + title="super call in anonymous class created in around advice"> + <compile files="SuperClosure.java" /> + <run class="SuperClosure" /> + </ajc-test> + </suite> |