X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Falloc%2Ftest%2Frun.c;h=a6d021ff9e5dc87b3d1f25cf821fc15215031208;hp=e75eddbffe4fabe8b45cd3f6e7f85ef6bc2e17a5;hb=a40b318e7a07a452ae7456053727bd11b2fa49b4;hpb=fbd94d9909892758d594d410bb5f981b3567fb3e;ds=sidebyside 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);