diff options
author | aclement <aclement> | 2005-12-06 13:02:38 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-12-06 13:02:38 +0000 |
commit | 1e1bbb3f2e7aab4757d715d76730cb68cceb3b87 (patch) | |
tree | abba06b491b9f90fb43ddb64028ef3d556bab334 /tests/ltw/aop-nomatchxlint.xml | |
parent | f40d02927635b6171083229fe6d48f326da06cc7 (diff) | |
download | aspectj-1e1bbb3f2e7aab4757d715d76730cb68cceb3b87.tar.gz aspectj-1e1bbb3f2e7aab4757d715d76730cb68cceb3b87.zip |
fixes for 118715 from Matthew.
Diffstat (limited to 'tests/ltw/aop-nomatchxlint.xml')
-rw-r--r-- | tests/ltw/aop-nomatchxlint.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ltw/aop-nomatchxlint.xml b/tests/ltw/aop-nomatchxlint.xml new file mode 100644 index 000000000..4271e394d --- /dev/null +++ b/tests/ltw/aop-nomatchxlint.xml @@ -0,0 +1,7 @@ +<aspectj> + <aspects> + <aspect name="Aspect3"/> + </aspects> + + <weaver options="-verbose -showWeaveInfo -Xlint:warning"/> +</aspectj> |