diff options
Diffstat (limited to 'tests/bugs150/pr119657/aop-noinline.xml')
-rw-r--r-- | tests/bugs150/pr119657/aop-noinline.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/bugs150/pr119657/aop-noinline.xml b/tests/bugs150/pr119657/aop-noinline.xml new file mode 100644 index 000000000..fc3d6c3c0 --- /dev/null +++ b/tests/bugs150/pr119657/aop-noinline.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<aspectj> + <aspects> + <aspect name="accounts.recovery.Recovery"/> + </aspects> + <weaver options="-verbose -showWeaveInfo -XnoInline"/> +</aspectj> + |