diff --git a/tests/async/tfuturestream.nim b/tests/async/tfuturestream.nim index 35dde2f9de..e3480126f6 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]()