diff options
author | aclement <aclement> | 2008-08-07 21:01:15 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-08-07 21:01:15 +0000 |
commit | 06c8ef4fa876e539c130dbb126f1901b53c5180c (patch) | |
tree | 6fa9c4d16d445ca927ad18b66c212a3e30c2e062 /tests | |
parent | 5a16f7645e3435626eea9ed93f09450e16380140 (diff) | |
download | aspectj-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.xml | 2 |
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> |