aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authoracolyer <acolyer>2004-03-15 22:38:03 +0000
committeracolyer <acolyer>2004-03-15 22:38:03 +0000
commit5c67166488df998bc208567c2fd27f21b52592c5 (patch)
tree9d697207ea6b995be72a39e9f54abcd003a966cb /tests/ajcTests.xml
parent1f7d28f480f7f8c5e0316688a4f95abb62e7b747 (diff)
downloadaspectj-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.xml7
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>