From: Rafael Garcia-Suarez Date: Thu, 11 Jun 2009 14:19:40 +0000 (+0200) Subject: It's not necessary to hardcode skipping of benchmark tests in them X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=29b39dde489a8a8fdd1f58d8cc60e3c7eb3a4e41;p=p5sagit%2Fp5-mst-13.2.git It's not necessary to hardcode skipping of benchmark tests in them since that's handled by TEST and harness --- diff --git a/t/benchmark/rt26188-speed-up-keys-on-empty-hash.t b/t/benchmark/rt26188-speed-up-keys-on-empty-hash.t index 43401ad..155aa3f 100644 --- a/t/benchmark/rt26188-speed-up-keys-on-empty-hash.t +++ b/t/benchmark/rt26188-speed-up-keys-on-empty-hash.t @@ -2,7 +2,6 @@ use strict; use Benchmark; require './test.pl'; -skip_all("Benchmark tests not enabled") unless $ENV{PERL_BENCHMARK}; plan(tests => 6); =head1 NAME