summaryrefslogtreecommitdiff
path: root/t/binary.t
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2014-04-17 00:51:41 -0700
committerdormando <dormando@rydia.net>2014-04-17 00:51:41 -0700
commitcb9cafa699f9fe833a47644ef0a00dc015152874 (patch)
tree632fb4129bb5227e533b0df2f31d6f0a128ce43a /t/binary.t
parent561823d06ba5ac735ac332a9e6b8b57ba6e21f20 (diff)
downloadmemcached-cb9cafa699f9fe833a47644ef0a00dc015152874.tar.gz
lru_crawler fixups for latest master branch
Diffstat (limited to 't/binary.t')
-rwxr-xr-xt/binary.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/binary.t b/t/binary.t
index 05fdcdb..2771e4d 100755
--- a/t/binary.t
+++ b/t/binary.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use Test::More tests => 3582;
+use Test::More tests => 3600;
use FindBin qw($Bin);
use lib "$Bin/lib";
use MemcachedTest;