diff options
Diffstat (limited to 'tests/bugs160/pr223094/aop.xml')
-rw-r--r-- | tests/bugs160/pr223094/aop.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/bugs160/pr223094/aop.xml b/tests/bugs160/pr223094/aop.xml new file mode 100644 index 000000000..c67e03296 --- /dev/null +++ b/tests/bugs160/pr223094/aop.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<aspectj> + + + <weaver options="-verbose -showWeaveInfo"> + </weaver> + + <aspects> + <aspect name="p.B"/> + </aspects> + +</aspectj> + |