diff options
author | acolyer <acolyer> | 2004-03-15 22:38:03 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-03-15 22:38:03 +0000 |
commit | 5c67166488df998bc208567c2fd27f21b52592c5 (patch) | |
tree | 9d697207ea6b995be72a39e9f54abcd003a966cb /tests/ajcTests.xml | |
parent | 1f7d28f480f7f8c5e0316688a4f95abb62e7b747 (diff) | |
download | aspectj-5c67166488df998bc208567c2fd27f21b52592c5.tar.gz aspectj-5c67166488df998bc208567c2fd27f21b52592c5.zip |
fix for Bugzilla Bug 51322
Introduce Unknown Type to class causes Null pointer exception
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> |