diff options
author | acolyer <acolyer> | 2004-01-13 16:10:52 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-01-13 16:10:52 +0000 |
commit | 87db1e79f6b882af30d382233589ebb1fc732be9 (patch) | |
tree | 4eec10b418ac81bd01d79377b2ad21cf29d033aa /tests/ajcTests.xml | |
parent | 009389ac641f01000e27c48da4e1c0087d431b54 (diff) | |
download | aspectj-87db1e79f6b882af30d382233589ebb1fc732be9.tar.gz aspectj-87db1e79f6b882af30d382233589ebb1fc732be9.zip |
Bugzilla Bug 44586
After throwing advice on ctors doesn't execute for inter-type decls
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 a7e0c270c..4cb3a62c6 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -6964,4 +6964,11 @@ <message kind="error" line="8"/> </compile> </ajc-test> + + <ajc-test dir="bugs" pr="44586" + title="After throwing advice on ctors doesn't execute for inter-type decl field inits"> + <compile files="AfterThrowingCtor.java"> + </compile> + <run class="AfterThrowingCtor"/> + </ajc-test> </suite> |