]> git.ozlabs.org Git - ccan/blobdiff - ccan/aga/test/api-dfs.c
aga,agar: Non-equal edge costs for parallel test graph
[ccan] / ccan / aga / test / api-dfs.c
index 8ab15914e82c034ffc8c669af480df17ceb23cdf..24d1a4f912078551fbb9faa0161e047fc88f2ef5 100644 (file)
@@ -49,7 +49,7 @@ int main(void)
        trivial_graph_init(&tg);
        test_dfs(&tg.sg, 1, 1);
 
-       parallel_graph_init(&pg, 3);
+       parallel_graph_init(&pg, 3, 0);
        test_dfs(&pg.sg, 1, 1, 2);
 
        full_graph_init(&fg, 5);