mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 00:24:16 +00:00
Fix tasyncsend4757 test (Linux)
This commit is contained in:
@@ -11,6 +11,4 @@ proc f(): Future[void] {.async.} =
|
||||
await s.send("123")
|
||||
echo "Finished"
|
||||
|
||||
asyncCheck f()
|
||||
|
||||
poll(1000)
|
||||
waitFor f()
|
||||
|
||||
Reference in New Issue
Block a user