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 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> |