From d87fb236d101b9c1bc14f18fe17798cc214a9620 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Fri, 10 Feb 2017 18:57:43 +0100 Subject: [PATCH] Add test spec to tfuturestream --- tests/async/tfuturestream.nim | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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]()