]> git.ozlabs.org Git - ccan/blobdiff - ccan/alloc/test/run.c
alloc: reduce number of large pages to 256.
[ccan] / ccan / alloc / test / run.c
index e75eddbffe4fabe8b45cd3f6e7f85ef6bc2e17a5..a6d021ff9e5dc87b3d1f25cf821fc15215031208 100644 (file)
@@ -164,7 +164,7 @@ static void test(unsigned int pool_size)
 
 int main(int argc, char *argv[])
 {
 
 int main(int argc, char *argv[])
 {
-       plan_tests(480);
+       plan_tests(440);
 
        /* Large test. */
        test(MIN_USEFUL_SIZE * 2);
 
        /* Large test. */
        test(MIN_USEFUL_SIZE * 2);