diff options
author | aclement <aclement> | 2006-08-14 14:19:13 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-08-14 14:19:13 +0000 |
commit | 9197a11f244b49c8567e1a46e937b5bb93a0175c (patch) | |
tree | d6e290a6aafba36c0a3b796bf8444496274bc8f1 /tests | |
parent | 0adc866c0f8b8eb0f9d398898c052a3376936b8d (diff) | |
download | aspectj-9197a11f244b49c8567e1a46e937b5bb93a0175c.tar.gz aspectj-9197a11f244b49c8567e1a46e937b5bb93a0175c.zip |
testcode for call and decp LTW 133770
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ltw/callMunging/case1/aop2.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ltw/callMunging/case1/aop2.xml b/tests/ltw/callMunging/case1/aop2.xml new file mode 100644 index 000000000..fc5d92d02 --- /dev/null +++ b/tests/ltw/callMunging/case1/aop2.xml @@ -0,0 +1,7 @@ +<aspectj> +<weaver options="-showWeaveInfo -verbose -Xset:completeBinaryTypes=false"/> +<aspects> +<aspect name="X"/> +</aspects> +</aspectj> + |