X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-02-read.c;h=b43bb8bf1144af2b1bf1451f2e55d4ceba8bd1b3;hp=4a04335941702df775931c685edcdd11494dfb4a;hb=94dd4c2bddd0dc080ad5b85465fa3f45f486967a;hpb=cdffdf5d61f8330cfc3467e73a84876eb3928e9b diff --git a/ccan/io/test/run-02-read.c b/ccan/io/test/run-02-read.c index 4a043359..b43bb8bf 100644 --- a/ccan/io/test/run-02-read.c +++ b/ccan/io/test/run-02-read.c @@ -99,7 +99,7 @@ int main(void) exit(0); } freeaddrinfo(addrinfo); - ok1(io_loop() == d); + ok1(io_loop(NULL, NULL) == d); ok1(d->state == 2); ok1(memcmp(d->buf, "hellothere", sizeof(d->buf)) == 0); free(d);