diff options
author | aclement <aclement> | 2005-12-12 11:16:49 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-12-12 11:16:49 +0000 |
commit | 1435cd1f6af805b0caa3dc786c7536f974023e80 (patch) | |
tree | e9e5051cd129e709fa33141405ed81500b41a22e /tests/ltw | |
parent | 96c97433a198c2960be1afc282081886fb84bb46 (diff) | |
download | aspectj-1435cd1f6af805b0caa3dc786c7536f974023e80.tar.gz aspectj-1435cd1f6af805b0caa3dc786c7536f974023e80.zip |
tests and fixes for 119657. from matthew.
Diffstat (limited to 'tests/ltw')
-rw-r--r-- | tests/ltw/aop-defineaspect.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ltw/aop-defineaspect.xml b/tests/ltw/aop-defineaspect.xml index 5fdc064b0..f40bff2c4 100644 --- a/tests/ltw/aop-defineaspect.xml +++ b/tests/ltw/aop-defineaspect.xml @@ -4,5 +4,6 @@ <pointcut name="scope" expression="within(Main)"/> </concrete-aspect> </aspects> + <weaver options="-verbose"/> </aspectj> |