diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/async/tfuturestream.nim | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/async/tfuturestream.nim b/tests/async/tfuturestream.nim index 35dde2f9d..e3480126f 100644 --- a/tests/async/tfuturestream.nim +++ b/tests/async/tfuturestream.nim @@ -1,3 +1,17 @@ +discard """ + file: "tfuturestream.nim" + exitcode: 0 + output: ''' +0 +1 +2 +3 +4 +5 +Done +Finished +''' +""" import asyncdispatch var fs = newFutureStream[string]() |