summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2017-04-23 11:47:13 +0200
committerYves Orton <demerphq@gmail.com>2017-04-23 11:47:13 +0200
commite6a172f358c0f48c4b744dbd5e9ef6ff0b4ff289 (patch)
tree26989571e8133db34eef23863229edff090804b5 /t
parent3f023586c2fbf826d45cf78795361337eca3daa1 (diff)
downloadperl-e6a172f358c0f48c4b744dbd5e9ef6ff0b4ff289.tar.gz
Revert "Add new hashing and "hash with state" infrastructure"
This reverts commit a3bf60fbb1f05cd2c69d4ff0a2ef99537afdaba7. Accidentally pushed work pending unfreeze.
Diffstat (limited to 't')
-rw-r--r--t/porting/globvar.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/globvar.t b/t/porting/globvar.t
index 1db0ae7ffe..605eba0ea4 100644
--- a/t/porting/globvar.t
+++ b/t/porting/globvar.t
@@ -15,7 +15,7 @@ my %skip = map { ("PL_$_", 1) }
qw(
DBcv bitcount cshname force_link_funcs generation lastgotoprobe
mod_latin1_uc modcount no_symref_sv uudmap
- watchaddr watchok warn_uninit_sv hash_chars
+ watchaddr watchok warn_uninit_sv
);
$skip{PL_hash_rand_bits}= $skip{PL_hash_rand_bits_enabled}= 1; # we can be compiled without these, so skip testing them