diff options
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.xml | 3 |
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.<clinit>())'"/> + <line text="Join point 'staticinitialization(void BigHorribleClass.<clinit>())'"/> + <line text="see also:" /> <line text="SerialVersionUID is "/> </stderr> </run> |