]> source.dussan.org Git - aspectj.git/commitdiff
246393: expected error changed
authoraclement <aclement>
Tue, 27 Jan 2009 02:42:01 +0000 (02:42 +0000)
committeraclement <aclement>
Tue, 27 Jan 2009 02:42:01 +0000 (02:42 +0000)
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml

index 5c3bd0cebeee527f00fd8a7b917a0e945d01cc69..d18d881365e970c9ba791416373607426fa9fe3c 100644 (file)
  
      <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>