diff options
author | aclement <aclement> | 2011-12-10 01:07:50 +0000 |
---|---|---|
committer | aclement <aclement> | 2011-12-10 01:07:50 +0000 |
commit | 38610b85affafccdb6cfc7d0c5b22a59b33f62fa (patch) | |
tree | 1748eb04464e7976ae5f7ea79a46fd1507014ff8 /tests | |
parent | 7c5e1804f222ab8934ea73f98b2f0512e02f737f (diff) | |
download | aspectj-38610b85affafccdb6cfc7d0c5b22a59b33f62fa.tar.gz aspectj-38610b85affafccdb6cfc7d0c5b22a59b33f62fa.zip |
message changes for e37
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc161/ajc161.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc161/ajc161.xml b/tests/src/org/aspectj/systemtest/ajc161/ajc161.xml index 29a3448e0..0f1b58af3 100644 --- a/tests/src/org/aspectj/systemtest/ajc161/ajc161.xml +++ b/tests/src/org/aspectj/systemtest/ajc161/ajc161.xml @@ -108,7 +108,7 @@ <message kind="weave" text="Join point 'method-call(void test.aspects.C1.aMethod())' in Type 'test.aspects.C1' (C1.java:12) "/> <!-- first of these through accessor - so line number wrong and target wrong --> - <message kind="weave" text="Join point 'method-call(void test.aspects.C1.aMethod())' in Type 'test.aspects2.C2' (C2.java:1) "/><!-- was line 18 --> + <message kind="weave" text="Join point 'method-call(void test.aspects2.C2.aMethod())' in Type 'test.aspects2.C2' (C2.java:1) "/><!-- was line 18 --> <message kind="weave" text="Join point 'method-call(void test.aspects2.C2.aMethod())' in Type 'test.aspects2.C2' (C2.java:8) "/> <message kind="weave" text="Join point 'method-call(void test.aspects2.C2.aMethod())' in Type 'test.aspects2.C2' (C2.java:29) "/> |