summaryrefslogtreecommitdiff
path: root/lib/Hash/Util.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Hash/Util.t')
-rw-r--r--lib/Hash/Util.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Hash/Util.t b/lib/Hash/Util.t
index 7cffcbe47b..512f07c2e6 100644
--- a/lib/Hash/Util.t
+++ b/lib/Hash/Util.t
@@ -6,7 +6,7 @@ BEGIN {
chdir 't';
}
}
-use Test::More tests => 157;
+use Test::More tests => 155;
use strict;
my @Exported_Funcs;
@@ -274,5 +274,3 @@ like( $@, qr/^Attempt to access disallowed key 'I_DONT_EXIST' in a restricted ha
}
}
-my $hash_seed = hash_seed();
-ok($hash_seed >= 0, "hash_seed $hash_seed");