Fix building MAD with C++ - a MAD_PV of "" is illegal, as it will be free()d.
[p5sagit/p5-mst-13.2.git] / t / benchmark / rt26188-speed-up-keys-on-empty-hash.t
index 43401ad..155aa3f 100644 (file)
@@ -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