diff options
author | jhugunin <jhugunin> | 2003-09-18 18:38:14 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-09-18 18:38:14 +0000 |
commit | fc0d2af02cc6b6f8a4d9425e3c1cdd166957dde9 (patch) | |
tree | 3f0576fa925b4fbda4d12218c16cb0e1b28a660d /tests/ajcTests.xml | |
parent | 86be10e1c46dc6b3c57a5200da03dd7b77ffe12f (diff) | |
download | aspectj-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.xml | 6 |
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> |