summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2008-08-07 21:01:15 +0000
committeraclement <aclement>2008-08-07 21:01:15 +0000
commit06c8ef4fa876e539c130dbb126f1901b53c5180c (patch)
tree6fa9c4d16d445ca927ad18b66c212a3e30c2e062 /tests
parent5a16f7645e3435626eea9ed93f09450e16380140 (diff)
downloadaspectj-06c8ef4fa876e539c130dbb126f1901b53c5180c.tar.gz
aspectj-06c8ef4fa876e539c130dbb126f1901b53c5180c.zip
242797: no longer get this message
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/ajc150.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
index 6b1998fbe..ff8924788 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
+++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
@@ -1250,7 +1250,7 @@
<message kind="error" line="12" text="Cannot override the final method from A.TestInterface"></message>
</compile>
<compile files="FinalITDMOnInterface2.aj">
- <message kind="error" line="8" text="Cannot override the final method from A.TestInterface"></message>
+ <!--message kind="error" line="8" text="Cannot override the final method from A.TestInterface"></message-->
<message kind="error" line="8" text="can't override final void A$TestInterface.m()"></message>
</compile>
</ajc-test>