X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-14-duplex-both-read.c;h=8cf22aa16cfc6a5febe0fef0e4c2342dcb190340;hp=b52553aaf5be7235015d51c38b51e07a54241d54;hb=94dd4c2bddd0dc080ad5b85465fa3f45f486967a;hpb=e92e2f65a9ae729a0c9805427da737ad936abddb diff --git a/ccan/io/test/run-14-duplex-both-read.c b/ccan/io/test/run-14-duplex-both-read.c index b52553aa..8cf22aa1 100644 --- a/ccan/io/test/run-14-duplex-both-read.c +++ b/ccan/io/test/run-14-duplex-both-read.c @@ -125,7 +125,7 @@ int main(void) exit(0); } freeaddrinfo(addrinfo); - ok1(io_loop() == NULL); + ok1(io_loop(NULL, NULL) == NULL); ok1(d->state == 5); ok1(memcmp(d->buf, "hellothere", sizeof(d->buf)) == 0); free(d);