X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive%2Fcomponent%2Fcontroller%2Faction%2Fend.t;fp=t%2Flive%2Fcomponent%2Fcontroller%2Faction%2Fend.t;h=84621708928a79c139966596fc8db81a0fbfe02a;hb=5a6c7ff65d4909c4969fe7ec4edc129bdcd8bf21;hp=e100e7a1884973d2a729906c05e2423847c62fdd;hpb=232fd39402371d9550ad97d92a4ceafd283874b0;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live/component/controller/action/end.t b/t/live/component/controller/action/end.t index e100e7a..8462170 100644 --- a/t/live/component/controller/action/end.t +++ b/t/live/component/controller/action/end.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 ) {