aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authoraclement <aclement>2004-08-03 14:53:38 +0000
committeraclement <aclement>2004-08-03 14:53:38 +0000
commitef7885fd1269261aec9cb1265f0e15472fdb03bb (patch)
treee3aba098c974b6e924317e6b44f1cbd990c659a3 /tests/ajcTests.xml
parent2982b4cc622a2a95429b16f0aa3c55b7e20d798a (diff)
downloadaspectj-ef7885fd1269261aec9cb1265f0e15472fdb03bb.tar.gz
aspectj-ef7885fd1269261aec9cb1265f0e15472fdb03bb.zip
Some more fix for Bugzilla Bug 60015
NPE, Incorrect XLint:unmatchedSuperTypeInCall warning
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index e7031e59c..0a5613266 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -7840,4 +7840,10 @@
<message kind="warning" line="11" text="In String ctor"/>
</compile>
</ajc-test>
+
+ <ajc-test dir="bugs" pr="60015"
+ title="NPE, Incorrect XLint:unmatchedSuperTypeInCall warning">
+ <compile files="IncorrectXlintOnInterface.java">
+ </compile>
+ </ajc-test>
</suite>