From b053ded266db3b0e1c257a20bf78380749892e37 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 11 Feb 2017 16:49:02 +0100 Subject: Fixes tests. --- lib/upcoming/asyncdispatch.nim | 2 +- tests/async/tfuturestream.nim | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/upcoming/asyncdispatch.nim b/lib/upcoming/asyncdispatch.nim index d384cd05e..bdc04fdeb 100644 --- a/lib/upcoming/asyncdispatch.nim +++ b/lib/upcoming/asyncdispatch.nim @@ -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 diff --git a/tests/async/tfuturestream.nim b/tests/async/tfuturestream.nim index bf8c9b4c4..ce5cfec74 100644 --- a/tests/async/tfuturestream.nim +++ b/tests/async/tfuturestream.nim @@ -21,6 +21,7 @@ proc alpha() {.async.} = await sleepAsync(1000) await fs.put(i) + echo("Done") fs.complete() proc beta() {.async.} = -- cgit 1.4.1-2-gfad0