X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive%2Fcomponent%2Fcontroller%2Faction%2Fmultipath.t;h=faa043bd904be890806175983e2f5fbb1920a82d;hb=57e4592849c4ec6ba7a0dea780ce8b2aa2de5606;hp=2bc9849f1b5efa89603efb3384600ddd9eedcff3;hpb=232fd39402371d9550ad97d92a4ceafd283874b0;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live/component/controller/action/multipath.t b/t/live/component/controller/action/multipath.t index 2bc9849..faa043b 100644 --- a/t/live/component/controller/action/multipath.t +++ b/t/live/component/controller/action/multipath.t @@ -20,7 +20,7 @@ use Catalyst::Test 'TestApp'; if ( $ENV{CAT_BENCHMARK} ) { require Benchmark; - Benchmark::timethis( -$iters, \&run_tests ); + Benchmark::timethis( $iters, \&run_tests ); } else { for ( 1 .. $iters ) {