]> git.ozlabs.org Git - ccan/blobdiff - ccan/aga/test/api-bfs.c
hex: Simplify hex_encode
[ccan] / ccan / aga / test / api-bfs.c
index e59c75686fed1495f8817683f420dc32e3e35e62..90fcc62853887595093ce9fff22cc055124d2f23 100644 (file)
@@ -49,7 +49,7 @@ int main(void)
        trivial_graph_init(&tg);
        test_bfs(&tg.sg, 1, 1);
 
-       parallel_graph_init(&pg, 3);
+       parallel_graph_init(&pg, 3, 0);
        test_bfs(&pg.sg, 1, 1, 2);
 
        full_graph_init(&fg, 5);