aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features167/overweaving/cflow/A.aj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features167/overweaving/cflow/A.aj')
-rw-r--r--tests/features167/overweaving/cflow/A.aj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features167/overweaving/cflow/A.aj b/tests/features167/overweaving/cflow/A.aj
index 961f489c1..b7e3fcb91 100644
--- a/tests/features167/overweaving/cflow/A.aj
+++ b/tests/features167/overweaving/cflow/A.aj
@@ -10,7 +10,7 @@ aspect A {
public void C.m() {}
before(): execution(* C.main(..)) {
- System.out.println("AspectA>>"+thisJoinPointStaticPart);
+ System.out.println("A:"+thisJoinPointStaticPart);
}
}