aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraclement <aclement>2009-11-10 04:40:30 +0000
committeraclement <aclement>2009-11-10 04:40:30 +0000
commitd8efaa7577f9e14cddcc9dcc9afccb358f3d6edc (patch)
treefb5efcd8cb888603481174f20adc3666313ce3a9
parent134cb2a16ac8330d55fe0183edf9c25c7ed33a5f (diff)
downloadaspectj-d8efaa7577f9e14cddcc9dcc9afccb358f3d6edc.tar.gz
aspectj-d8efaa7577f9e14cddcc9dcc9afccb358f3d6edc.zip
correct expected output
-rw-r--r--tests/features167/timers/one/aop.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features167/timers/one/aop.xml b/tests/features167/timers/one/aop.xml
index f64e67196..dafb71881 100644
--- a/tests/features167/timers/one/aop.xml
+++ b/tests/features167/timers/one/aop.xml
@@ -2,5 +2,5 @@
<aspects>
<aspect name="Asp"/>
</aspects>
- <weaver options="-timers -verbose -Xset:timersPerJoinpoint=8,timersPerType=3"/>
+ <weaver options="-timers -verbose -Xset:timersPerJoinpoint=2,timersPerFastMatchCall=3"/>
</aspectj>