aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs162/pr246918/aop4.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs162/pr246918/aop4.xml')
-rw-r--r--tests/bugs162/pr246918/aop4.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/bugs162/pr246918/aop4.xml b/tests/bugs162/pr246918/aop4.xml
new file mode 100644
index 000000000..7b7436c58
--- /dev/null
+++ b/tests/bugs162/pr246918/aop4.xml
@@ -0,0 +1,10 @@
+<aspectj>
+ <aspects>
+ <concrete-aspect name="SubAspect" extends="Base2" perclause="persausage(*)">
+ <pointcut name="scope" expression="within(D*)"/>
+ </concrete-aspect>
+ </aspects>
+ <!-- weaver options="-verbose -showWeaveInfo -debug"-->
+ <weaver options="">
+ </weaver>
+</aspectj>