aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ltw
diff options
context:
space:
mode:
authoraclement <aclement>2005-12-12 11:16:49 +0000
committeraclement <aclement>2005-12-12 11:16:49 +0000
commit1435cd1f6af805b0caa3dc786c7536f974023e80 (patch)
treee9e5051cd129e709fa33141405ed81500b41a22e /tests/ltw
parent96c97433a198c2960be1afc282081886fb84bb46 (diff)
downloadaspectj-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.xml1
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>