X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Falloc%2Ftest%2Frun.c;fp=ccan%2Falloc%2Ftest%2Frun.c;h=a6d021ff9e5dc87b3d1f25cf821fc15215031208;hp=e75eddbffe4fabe8b45cd3f6e7f85ef6bc2e17a5;hb=bbd7380019f3ea4629d170af24b902bf734c83ea;hpb=fbd94d9909892758d594d410bb5f981b3567fb3e diff --git a/ccan/alloc/test/run.c b/ccan/alloc/test/run.c index e75eddbf..a6d021ff 100644 --- a/ccan/alloc/test/run.c +++ b/ccan/alloc/test/run.c @@ -164,7 +164,7 @@ static void test(unsigned int pool_size) int main(int argc, char *argv[]) { - plan_tests(480); + plan_tests(440); /* Large test. */ test(MIN_USEFUL_SIZE * 2);