summaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-08-16 08:47:05 +0000
committeracolyer <acolyer>2005-08-16 08:47:05 +0000
commite7b11c1ad0bfacd0572300478656c19cdba63ff0 (patch)
treef9a4737f2b604ba792e331afb8d1cd66bc0ddd21 /tests/src
parent1966bd29f29e78f18931f759baec35087a94e604 (diff)
downloadaspectj-e7b11c1ad0bfacd0572300478656c19cdba63ff0.tar.gz
aspectj-e7b11c1ad0bfacd0572300478656c19cdba63ff0.zip
updated message text...
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/ataspectj/annotationgen.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ataspectj/annotationgen.xml b/tests/src/org/aspectj/systemtest/ajc150/ataspectj/annotationgen.xml
index 87ad89307..13e738fa6 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/ataspectj/annotationgen.xml
+++ b/tests/src/org/aspectj/systemtest/ajc150/ataspectj/annotationgen.xml
@@ -123,7 +123,7 @@
<compile files="PointcutAssortment.java" options="-1.5">
<message kind="error" line="9" text="Methods annotated with @Pointcut must return void"/>
<message kind="error" line="9" text="This method must return a result of type String"/>
- <message kind="error" line="15" text="Pointcuts should have an empty method body"/>
+ <message kind="error" line="15" text="Pointcuts without an if() expression should have an empty method body"/>
<message kind="error" line="28" text="Duplicate annotation @Pointcut"/>
<message kind="error" line="29" text="Duplicate annotation @Pointcut"/>
<message kind="error" line="11" text="can't find referenced pointcut foo"/>