aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs151/pr125475/aop.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs151/pr125475/aop.xml')
-rw-r--r--tests/bugs151/pr125475/aop.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/bugs151/pr125475/aop.xml b/tests/bugs151/pr125475/aop.xml
new file mode 100644
index 000000000..5b9dd55e6
--- /dev/null
+++ b/tests/bugs151/pr125475/aop.xml
@@ -0,0 +1,14 @@
+<aspectj>
+ <aspects>
+<!--
+ <concrete-aspect name="TraceHelloWorld" extends="org.aspectj.lib.tracing.SimpleTracing">
+ <pointcut name="tracingScope" expression="within(*)"/>
+ </concrete-aspect>
+-->
+ <concrete-aspect name="TestSubAtAspect" extends="TestAspect">
+ <pointcut name="scope" expression=""/>
+ </concrete-aspect>
+ </aspects>
+
+ <weaver options="-verbose"/>
+</aspectj>