X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-set_alloc.c;h=8d20168992454f8ecbc9b2b64456737929a61955;hb=12e924346b342c61219a3fdc57eb6b00a27f1cd1;hp=61440056c8b8e5b37e9daf3ab3e764d24d57e8dc;hpb=efd79fad55845cf71f822cda6b334a2b9eb27baf;p=ccan diff --git a/ccan/io/test/run-set_alloc.c b/ccan/io/test/run-set_alloc.c index 61440056..8d201689 100644 --- a/ccan/io/test/run-set_alloc.c +++ b/ccan/io/test/run-set_alloc.c @@ -95,7 +95,7 @@ static void finish_ok(struct io_conn *conn, struct data *d) { ok1(d->state == 2); d->state++; - io_break(d, io_idle()); + io_break(d, io_never()); } static void init_conn(int fd, struct data *d)