X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-10-many.c;h=3339a335ff2c707453ba7d5fa03c8694a0aa13e0;hb=94dd4c2bddd0dc080ad5b85465fa3f45f486967a;hp=fc48ecb56cf7d75ba3f65750ed4c08849db53b6e;hpb=6109a0a6140acbbfe5e998f7d7ea1215f035cb90;p=ccan diff --git a/ccan/io/test/run-10-many.c b/ccan/io/test/run-10-many.c index fc48ecb5..3339a335 100644 --- a/ccan/io/test/run-10-many.c +++ b/ccan/io/test/run-10-many.c @@ -101,7 +101,7 @@ int main(void) ok1(buf[i].writer); /* They should eventually exit */ - ok1(io_loop() == NULL); + ok1(io_loop(NULL, NULL) == NULL); for (i = 0; i < NUM; i++) { char b[sizeof(buf[0].buf)];