]> source.dussan.org Git - aspectj.git/commitdiff
262905: recursive non matching cflow pointcut: corrected testcase
authoraclement <aclement>
Fri, 30 Jan 2009 22:19:14 +0000 (22:19 +0000)
committeraclement <aclement>
Fri, 30 Jan 2009 22:19:14 +0000 (22:19 +0000)
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml

index d18d881365e970c9ba791416373607426fa9fe3c..9d04205c83f329f9c716badfd9079da409fc4b72 100644 (file)
    
    <ajc-test dir="bugs150" title="XLint warning for advice not applied with cflow(execution)" pr="93345">
      <compile options="-Xlint,-1.5" files="PR93345.aj" >
-       <message kind="warning" line="7" text="advice defined in AnAspect has not been applied [Xlint:adviceDidNotMatch]"/>
+       <message kind="warning" line="9" text="advice defined in AnAspect has not been applied [Xlint:adviceDidNotMatch]"/>
      </compile>
   </ajc-test>