From: Matt S Trout Date: Mon, 24 Oct 2005 01:44:56 +0000 (+0000) Subject: - And the one that sliiped through X-Git-Tag: 5.7099_04~1112 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=2ec03726337ab41e0feb274eab238d7883055e3f - And the one that sliiped through --- diff --git a/t/live/component/controller/action/index.t b/t/live/component/controller/action/index.t index a7136ec..6be00f0 100644 --- a/t/live/component/controller/action/index.t +++ b/t/live/component/controller/action/index.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 ) {