From 87cf29dcdd56fb753a7cb4e820cd298f7bb9803d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 15 Jan 2017 22:05:07 +0100 Subject: [PATCH] Adjust USDS test. --- tests/0-usds.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/0-usds.d b/tests/0-usds.d index 0646471..ae03f27 100644 --- a/tests/0-usds.d +++ b/tests/0-usds.d @@ -94,7 +94,7 @@ void testStream() auto server = listenStream(baddr); StreamSocket client; - server.waitForConnections!((ref incoming) { + server.waitForConnections!((ref incoming, scope addr) { incoming.read!((status, bts) { assert(status == IOStatus.ok); assert(bts == pack1.length);