X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-05-write.c;fp=ccan%2Fio%2Ftest%2Frun-05-write.c;h=b17ef83ab8026ca893ede4801a4709308ac09266;hb=94dd4c2bddd0dc080ad5b85465fa3f45f486967a;hp=2e744cffd8fa5446c3ce18ded98f8ac6c65b1c02;hpb=e92e2f65a9ae729a0c9805427da737ad936abddb;p=ccan diff --git a/ccan/io/test/run-05-write.c b/ccan/io/test/run-05-write.c index 2e744cff..b17ef83a 100644 --- a/ccan/io/test/run-05-write.c +++ b/ccan/io/test/run-05-write.c @@ -110,7 +110,7 @@ int main(void) free(d); exit(0); } - ok1(io_loop() == d); + ok1(io_loop(NULL, NULL) == d); ok1(d->state == 2); ok1(wait(&status));