Add test spec to tfuturestream

This commit is contained in:
Dominik Picheta
2017-02-10 18:57:43 +01:00
parent 7766fdfec1
commit d87fb236d1

View File

@@ -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]()