diff options
Diffstat (limited to 'tests/ltw/aop-defineaspect.xml')
-rw-r--r-- | tests/ltw/aop-defineaspect.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ltw/aop-defineaspect.xml b/tests/ltw/aop-defineaspect.xml index f40bff2c4..2fe76caa5 100644 --- a/tests/ltw/aop-defineaspect.xml +++ b/tests/ltw/aop-defineaspect.xml @@ -4,6 +4,6 @@ <pointcut name="scope" expression="within(Main)"/> </concrete-aspect> </aspects> - <weaver options="-verbose"/> + <weaver options="-verbose -debug"/> </aspectj> |