- And the one that sliiped through
Matt S Trout [Mon, 24 Oct 2005 01:44:56 +0000 (01:44 +0000)]
t/live/component/controller/action/index.t

index a7136ec..6be00f0 100644 (file)
@@ -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 ) {