X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive%2Fcomponent%2Fcontroller%2Faction%2Fpath.t;fp=t%2Flive%2Fcomponent%2Fcontroller%2Faction%2Fpath.t;h=5df8312214ee5a232a27688cd7d2610cacde58ed;hb=5a6c7ff65d4909c4969fe7ec4edc129bdcd8bf21;hp=751aaa0b183c9d5eb7aedced361603f8ef3487c7;hpb=232fd39402371d9550ad97d92a4ceafd283874b0;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live/component/controller/action/path.t b/t/live/component/controller/action/path.t index 751aaa0..5df8312 100644 --- a/t/live/component/controller/action/path.t +++ b/t/live/component/controller/action/path.t @@ -15,7 +15,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 ) {