diff options
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/test/resources/org/aspectj/systemtest/ajc165/ajc165.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc165/ajc165.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc165/ajc165.xml index e1258bdfb..7d879705f 100644 --- a/tests/src/test/resources/org/aspectj/systemtest/ajc165/ajc165.xml +++ b/tests/src/test/resources/org/aspectj/systemtest/ajc165/ajc165.xml @@ -83,6 +83,8 @@ <message kind="weave" text="advised by before advice from 'Iffy2' (Iffy2.java:14)"/> <message kind="weave" text="advised by before advice from 'Iffy2' (Iffy2.java:17)"/> <message kind="weave" text="advised by before advice from 'Iffy2' (Iffy2.java:20)"/> + <!-- TODO: Activate 'Iffy2.advice6()' pointcut after pointcut parsing problem has been fixed. --> + <!--<message kind="weave" text="advised by before advice from 'Iffy2' (Iffy2.java:XX)"/>--> </compile> </ajc-test> |