From 29b39dde489a8a8fdd1f58d8cc60e3c7eb3a4e41 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 11 Jun 2009 16:19:40 +0200 Subject: It's not necessary to hardcode skipping of benchmark tests in them since that's handled by TEST and harness --- t/benchmark/rt26188-speed-up-keys-on-empty-hash.t | 1 - 1 file changed, 1 deletion(-) 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 43401adfe1..155aa3f887 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 -- cgit v1.2.1