diff options
author | aclement <aclement> | 2004-08-20 13:26:14 +0000 |
---|---|---|
committer | aclement <aclement> | 2004-08-20 13:26:14 +0000 |
commit | 8b550ad855b72b6eeb61f3ade30f383bf337a8e6 (patch) | |
tree | 27780b3c1a23df497822be84a3851586445935e8 /tests/src/org/aspectj/systemtest/ajc120 | |
parent | bbc409e17b6781826e86c3548790668553a8636b (diff) | |
download | aspectj-8b550ad855b72b6eeb61f3ade30f383bf337a8e6.tar.gz aspectj-8b550ad855b72b6eeb61f3ade30f383bf337a8e6.zip |
Fix for Bugzilla Bug 70794
The introduction on interface causes the interface implementation class error
(testcase now expects the error text)
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc120')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc120/ajc120-tests.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc120/ajc120-tests.xml b/tests/src/org/aspectj/systemtest/ajc120/ajc120-tests.xml index dbdddd93e..4ab8eb355 100644 --- a/tests/src/org/aspectj/systemtest/ajc120/ajc120-tests.xml +++ b/tests/src/org/aspectj/systemtest/ajc120/ajc120-tests.xml @@ -145,7 +145,7 @@ pr="49784" title="aspect declares interface method (abstract)"> <compile files="InterfaceMethodDeclarationAbstract.java"> - <message kind="error" line="40" text="must implement" /> + <message kind="error" line="40" text="abstract intertype method declaration 'int I.getInt()' on interface I must be declared public (compiler limitation)" /> </compile> </ajc-test> |