diff options
Diffstat (limited to 'tests/bugs166/pr286473/aop.xml')
-rw-r--r-- | tests/bugs166/pr286473/aop.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/bugs166/pr286473/aop.xml b/tests/bugs166/pr286473/aop.xml new file mode 100644 index 000000000..31fb5fe1c --- /dev/null +++ b/tests/bugs166/pr286473/aop.xml @@ -0,0 +1,6 @@ +<aspectj> + <aspects> + <aspect name="Mark"/> + </aspects> + <weaver options="-showWeaveInfo -Xset:completeBinaryTypes=true"/> +</aspectj> |