aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2004-03-07 22:42:45 +0000
committerwisberg <wisberg>2004-03-07 22:42:45 +0000
commit7fadb68e24cec28cbf990252bb926b60d1231602 (patch)
tree5ac73d3034f4d5f6a4ab26623a7d6fbe01c6ba03 /tests/ajcTests.xml
parentc79892369fa4225ee5eb71b42c96e289f2eb4fc9 (diff)
downloadaspectj-7fadb68e24cec28cbf990252bb926b60d1231602.tar.gz
aspectj-7fadb68e24cec28cbf990252bb926b60d1231602.zip
regression test - provokes VerifyError in 1.1.1 but not in cvs head
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml7
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>