X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-08-hangup-on-idle.c;h=eb3dab3d5fcf29188efb3d8e1351383de0b58110;hb=94dd4c2bddd0dc080ad5b85465fa3f45f486967a;hp=52309b4bf018045830f6a5a7f02ef6abf0921151;hpb=6109a0a6140acbbfe5e998f7d7ea1215f035cb90;p=ccan diff --git a/ccan/io/test/run-08-hangup-on-idle.c b/ccan/io/test/run-08-hangup-on-idle.c index 52309b4b..eb3dab3d 100644 --- a/ccan/io/test/run-08-hangup-on-idle.c +++ b/ccan/io/test/run-08-hangup-on-idle.c @@ -52,7 +52,7 @@ int main(void) exit(0); } - ok1(io_loop() == NULL); + ok1(io_loop(NULL, NULL) == NULL); ok1(memcmp(buf, "hello there world", 16) == 0); /* This exits depending on whether all tests passed */