Fixes tests.

This commit is contained in:
Dominik Picheta
2017-02-11 16:49:02 +01:00
parent f9f86899b5
commit b053ded266
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
include "system/inclrtl"
import os, oids, tables, strutils, times, heapqueue, lists
import os, oids, tables, strutils, times, heapqueue, lists, queues
import nativesockets, net, deques

View File

@@ -21,6 +21,7 @@ proc alpha() {.async.} =
await sleepAsync(1000)
await fs.put(i)
echo("Done")
fs.complete()
proc beta() {.async.} =