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 d14bd19bd..06585a262 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -7303,4 +7303,11 @@ <message kind="error" line="6"/> </compile> </ajc-test> + + <ajc-test dir="bugs" pr="51322" + title="Introduce Unknown Type to class causes Null pointer exception" > + <compile files="Pr51322.java"> + <message kind="error" line="5"/> + </compile> + </ajc-test> </suite> |