diff options
author | mwebster <mwebster> | 2006-11-06 13:50:14 +0000 |
---|---|---|
committer | mwebster <mwebster> | 2006-11-06 13:50:14 +0000 |
commit | 36ba801b8f3f45f8c9acd2af2b03489958b97b55 (patch) | |
tree | 4cbba55ea756e74e2a6afa2cc971767ca6d44d2d /tests/ltw/aop-dumponerror.xml | |
parent | 4add2e21b067b1e0ea1fb6e862d5c22429336c4a (diff) | |
download | aspectj-36ba801b8f3f45f8c9acd2af2b03489958b97b55.tar.gz aspectj-36ba801b8f3f45f8c9acd2af2b03489958b97b55.zip |
Bug 155033 "Use ajcore for LTW problems" (add ajcore LTW testcases)
Diffstat (limited to 'tests/ltw/aop-dumponerror.xml')
-rw-r--r-- | tests/ltw/aop-dumponerror.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ltw/aop-dumponerror.xml b/tests/ltw/aop-dumponerror.xml new file mode 100644 index 000000000..8115618bc --- /dev/null +++ b/tests/ltw/aop-dumponerror.xml @@ -0,0 +1,7 @@ +<aspectj> + <aspects> + <concrete-aspect name="SubAspect" extends="MissingAspect"> + <pointcut name="scope" expression=""/> + </concrete-aspect> + </aspects> +</aspectj>
\ No newline at end of file |