aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2009-01-30 22:19:14 +0000
committeraclement <aclement>2009-01-30 22:19:14 +0000
commitb62098640ed0a6b027e166b0978543500a9c5cea (patch)
tree80a661b6133eeefba4979c61b1a894306b36a6a5 /tests
parent9f677b43bac8458e52f4c1b6fe0816514c08b923 (diff)
downloadaspectj-b62098640ed0a6b027e166b0978543500a9c5cea.tar.gz
aspectj-b62098640ed0a6b027e166b0978543500a9c5cea.zip
262905: recursive non matching cflow pointcut: corrected testcase
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/ajc150.xml2
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 d18d88136..9d04205c8 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
+++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
@@ -2596,7 +2596,7 @@
<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>