X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=ccan%2Fio%2Ftest%2Frun-16-duplex-test.c;fp=ccan%2Fio%2Ftest%2Frun-16-duplex-test.c;h=ea588661f7f091f2532da8fc717fb50dcf54cced;hb=94dd4c2bddd0dc080ad5b85465fa3f45f486967a;hp=9d939c58aa422dc09be1a4057fc0d0e9cb4ad0d9;hpb=e92e2f65a9ae729a0c9805427da737ad936abddb;p=ccan diff --git a/ccan/io/test/run-16-duplex-test.c b/ccan/io/test/run-16-duplex-test.c index 9d939c58..ea588661 100644 --- a/ccan/io/test/run-16-duplex-test.c +++ b/ccan/io/test/run-16-duplex-test.c @@ -119,7 +119,7 @@ int main(void) exit(0); } freeaddrinfo(addrinfo); - ok1(io_loop() == NULL); + ok1(io_loop(NULL, NULL) == NULL); ok1(d->state == 4); ok1(memcmp(d->buf, "hellothere", sizeof(d->buf)) == 0); free(d);