diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-11 16:19:40 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-11 16:19:40 +0200 |
commit | 29b39dde489a8a8fdd1f58d8cc60e3c7eb3a4e41 (patch) | |
tree | b1099c0b18c5b6689ee8b2d0f919bb3ab3dd1103 /t/benchmark | |
parent | 7019aa112619d31a5da7424af179f4edcd836a96 (diff) | |
download | perl-29b39dde489a8a8fdd1f58d8cc60e3c7eb3a4e41.tar.gz |
It's not necessary to hardcode skipping of benchmark tests in them
since that's handled by TEST and harness
Diffstat (limited to 't/benchmark')
-rw-r--r-- | t/benchmark/rt26188-speed-up-keys-on-empty-hash.t | 1 |
1 files changed, 0 insertions, 1 deletions
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 |