diff options
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 8588b59f3..efffb7547 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -7666,4 +7666,12 @@ </compile> </ajc-test> + <ajc-test dir="bugs" + pr="59397" + title="NPE in compiler when using (an unusual) declare warning against a ctor ITD"> + <compile files="DecwInitializationITD.java"> + <message kind="warning" line="16"/> + </compile> + </ajc-test> + </suite> |