aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraclement <aclement>2009-01-27 02:42:01 +0000
committeraclement <aclement>2009-01-27 02:42:01 +0000
commit7df9c78208eef1b9eee6f10ff471d7cb27b0684c (patch)
treefe479016888da51aa61a03af0a47ec61ff20afbd
parent671bafd7b5e584d96a44d4f35059ec9046c1a4f7 (diff)
downloadaspectj-7df9c78208eef1b9eee6f10ff471d7cb27b0684c.tar.gz
aspectj-7df9c78208eef1b9eee6f10ff471d7cb27b0684c.zip
246393: expected error changed
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/ajc150.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
index 5c3bd0ceb..d18d88136 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
+++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
@@ -1107,12 +1107,10 @@
<ajc-test dir="bugs150" pr="78314" title="good error message for unmatched member syntax">
<compile files="pr78314.aj" options="-1.5">
- <message kind="error" line="5" text="Syntax error, insert &quot;body&quot;"/>
- <message kind="error" line="5" text="Syntax error on tokens, valid member declaration expected instead"/>
+ <message kind="error" line="5" text="Syntax error on token &quot;foo&quot;, no accurate correction available"/>
</compile>
<compile files="pr78314.aj">
- <message kind="error" line="5" text="Syntax error, insert &quot;body&quot;"/>
- <message kind="error" line="5" text="Syntax error on tokens, valid member declaration expected instead"/>
+ <message kind="error" line="5" text="Syntax error on token &quot;foo&quot;, no accurate correction available"/>
</compile>
</ajc-test>