summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2005-01-07 08:08:11 +0000
committeraclement <aclement>2005-01-07 08:08:11 +0000
commit83a975d6488eb8cb08e4cdcd7385ce2c0915c309 (patch)
tree1e384e4304e5d01d549867c91d3ad2d2c7c95b8e /tests
parent4ea80281a37d1bde78132acfff76da8a64e483b6 (diff)
downloadaspectj-83a975d6488eb8cb08e4cdcd7385ce2c0915c309.tar.gz
aspectj-83a975d6488eb8cb08e4cdcd7385ce2c0915c309.zip
Removed warning that no longer comes out for this test. We were putting out warnings about changes to serialveruid even if a decp implements was going to fail - we no longer put out this misleading warning.
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc11/ajc11-tests.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc11/ajc11-tests.xml b/tests/src/org/aspectj/systemtest/ajc11/ajc11-tests.xml
index 37bab3371..db8c780ac 100644
--- a/tests/src/org/aspectj/systemtest/ajc11/ajc11-tests.xml
+++ b/tests/src/org/aspectj/systemtest/ajc11/ajc11-tests.xml
@@ -224,7 +224,7 @@
<compile files="DeclareSoftCf.java" options="-Xlint:warning">
<message kind="warning" line="28"/>
<message kind="error" line="29"/>
- <message kind="warning"/>
+ <!--message kind="warning"/-->
</compile>
</ajc-test>