Clean up tests/iter

This commit is contained in:
def
2015-02-04 21:40:33 +01:00
parent 546acfaf4e
commit 0b4557b2ce

View File

@@ -1,5 +1,12 @@
discard """
output: '''DabcD'''
output: '''1
2
3
4
20
21
22
23'''
"""
proc toIter*[T](s: Slice[T]): iterator: T =