summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraclement <aclement>2005-05-06 07:19:51 +0000
committeraclement <aclement>2005-05-06 07:19:51 +0000
commit87f211f62cd0af7b74d9d00123e736941f015fee (patch)
tree3e1e19bdcf0f5c3ef59e5a07189d35218dd6d677
parent0adb46004a8e099ce9466405e2c6955e427ed866 (diff)
downloadaspectj-87f211f62cd0af7b74d9d00123e736941f015fee.tar.gz
aspectj-87f211f62cd0af7b74d9d00123e736941f015fee.zip
Aha - the default test config on the build system is still finding it in the XML, removing for now.
-rw-r--r--tests/src/org/aspectj/systemtest/xlint/xlint-tests.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/xlint/xlint-tests.xml b/tests/src/org/aspectj/systemtest/xlint/xlint-tests.xml
index 68eb20496..1620fb5d3 100644
--- a/tests/src/org/aspectj/systemtest/xlint/xlint-tests.xml
+++ b/tests/src/org/aspectj/systemtest/xlint/xlint-tests.xml
@@ -157,7 +157,8 @@
files="DeclaringTypeWarning.java" >
</compile>
</ajc-test>
-
+
+<!--
<ajc-test dir="bugs/seven/lint" title="7 lint warnings" pr="91719">
<compile options="-1.5" files="Main.java">
<message kind="warning" line="31" text="no match for this type name: java.xxx.Object [Xlint:invalidAbsoluteTypeName]">
@@ -176,5 +177,6 @@
</message>
</compile>
</ajc-test>
+-->
\ No newline at end of file