X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-06-idle.c;fp=ccan%2Fio%2Ftest%2Frun-06-idle.c;h=8f3d5410d7a9058c7da1faa12470767bc79378ca;hp=d01cb31fff4da1393e6d4071bc5b059ad7ff0326;hb=94dd4c2bddd0dc080ad5b85465fa3f45f486967a;hpb=e92e2f65a9ae729a0c9805427da737ad936abddb diff --git a/ccan/io/test/run-06-idle.c b/ccan/io/test/run-06-idle.c index d01cb31f..8f3d5410 100644 --- a/ccan/io/test/run-06-idle.c +++ b/ccan/io/test/run-06-idle.c @@ -143,7 +143,7 @@ int main(void) } freeaddrinfo(addrinfo); - ok1(io_loop() == d); + ok1(io_loop(NULL, NULL) == d); ok1(d->state == 4); ok1(memcmp(d->buf, "hellothere", sizeof(d->buf)) == 0); free(d);