aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/resources/org/aspectj/systemtest/ajc152/ajc152.xml
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2023-01-29 16:21:47 +0100
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-04-13 13:03:06 +0200
commitafc826197736d3246e87b5b8fe4286ce3553e692 (patch)
treefcb08f4957437c313fecb22df28856afb1936907 /tests/src/test/resources/org/aspectj/systemtest/ajc152/ajc152.xml
parenta1a700fc6eb8793d7bfa08a31a4529eb2e49b84c (diff)
downloadaspectj-afc826197736d3246e87b5b8fe4286ce3553e692.tar.gz
aspectj-afc826197736d3246e87b5b8fe4286ce3553e692.zip
Fix expected weave messages after previous changes
Remove leading "weaveInfo", add missing "see also:" to weave messages. Relates to #218. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'tests/src/test/resources/org/aspectj/systemtest/ajc152/ajc152.xml')
-rw-r--r--tests/src/test/resources/org/aspectj/systemtest/ajc152/ajc152.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc152/ajc152.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc152/ajc152.xml
index 37ebfbb85..96fec42ee 100644
--- a/tests/src/test/resources/org/aspectj/systemtest/ajc152/ajc152.xml
+++ b/tests/src/test/resources/org/aspectj/systemtest/ajc152/ajc152.xml
@@ -442,7 +442,8 @@
<compile files="AnAspect.java" options="-1.4"/>
<run class="BigHorribleClass" ltw="aop1.xml">
<stderr>
- <line text="weaveinfo Join point 'staticinitialization(void BigHorribleClass.&lt;clinit&gt;())'"/>
+ <line text="Join point 'staticinitialization(void BigHorribleClass.&lt;clinit&gt;())'"/>
+ <line text="see also:" />
<line text="SerialVersionUID is "/>
</stderr>
</run>