aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-09-18 18:38:14 +0000
committerjhugunin <jhugunin>2003-09-18 18:38:14 +0000
commitfc0d2af02cc6b6f8a4d9425e3c1cdd166957dde9 (patch)
tree3f0576fa925b4fbda4d12218c16cb0e1b28a660d /tests/ajcTests.xml
parent86be10e1c46dc6b3c57a5200da03dd7b77ffe12f (diff)
downloadaspectj-fc0d2af02cc6b6f8a4d9425e3c1cdd166957dde9.tar.gz
aspectj-fc0d2af02cc6b6f8a4d9425e3c1cdd166957dde9.zip
fix and test for Bugzilla Bug 43194
java.lang.VerifyError in generated code Bug was that a portion of ReferencePointcut.concretize was not behaving functionally but was mutating state.
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index 39dd3b146..9fd028f8f 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -6757,4 +6757,10 @@
<compile files="ParentsAndPointcuts.java"/>
<run class="ParentsAndPointcuts"/>
</ajc-test>
+
+ <ajc-test dir="bugs" pr="43194"
+ title="Non-functional concretezation of ReferencePointcut">
+ <compile files="AdviceInteraction.java"/>
+ <run class="AdviceInteraction"/>
+ </ajc-test>
</suite>