Fix tasyncsend4757 test (Linux)

This commit is contained in:
Dmitry Polienko
2016-09-13 02:40:48 -07:00
parent a2a5985a2d
commit 191ff51859

View File

@@ -11,6 +11,4 @@ proc f(): Future[void] {.async.} =
await s.send("123")
echo "Finished"
asyncCheck f()
poll(1000)
waitFor f()