summary refs log tree commit diff stats
path: root/tests/async/tfuturestream.nim
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2017-02-11 16:49:02 +0100
committerDominik Picheta <dominikpicheta@gmail.com>2017-02-11 16:49:02 +0100
commitb053ded266db3b0e1c257a20bf78380749892e37 (patch)
tree1baf411e79df00f7598dffa215ffb5606ef4f22d /tests/async/tfuturestream.nim
parentf9f86899b5062e1f3db5ffbc156782b688d18ea2 (diff)
downloadNim-b053ded266db3b0e1c257a20bf78380749892e37.tar.gz
Fixes tests.
Diffstat (limited to 'tests/async/tfuturestream.nim')
-rw-r--r--tests/async/tfuturestream.nim1
1 files changed, 1 insertions, 0 deletions
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.} =