diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2017-02-11 16:49:02 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@gmail.com> | 2017-02-11 16:49:02 +0100 |
commit | b053ded266db3b0e1c257a20bf78380749892e37 (patch) | |
tree | 1baf411e79df00f7598dffa215ffb5606ef4f22d /tests/async/tfuturestream.nim | |
parent | f9f86899b5062e1f3db5ffbc156782b688d18ea2 (diff) | |
download | Nim-b053ded266db3b0e1c257a20bf78380749892e37.tar.gz |
Fixes tests.
Diffstat (limited to 'tests/async/tfuturestream.nim')
-rw-r--r-- | tests/async/tfuturestream.nim | 1 |
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.} = |