projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7019aa1
)
It's not necessary to hardcode skipping of benchmark tests in them
Rafael Garcia-Suarez [Thu, 11 Jun 2009 14:19:40 +0000 (16:19 +0200)]
since that's handled by TEST and harness
t/benchmark/rt26188-speed-up-keys-on-empty-hash.t
patch
|
blob
|
blame
|
history
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
(file)
--- 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