diff options
Diffstat (limited to 'tests/accept/run/titer5.nim')
-rwxr-xr-x | tests/accept/run/titer5.nim | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/accept/run/titer5.nim b/tests/accept/run/titer5.nim deleted file mode 100755 index 1ac37ba66..000000000 --- a/tests/accept/run/titer5.nim +++ /dev/null @@ -1,10 +0,0 @@ -# Test method call syntax for iterators: -import strutils - -const lines = """abc xyz""" - -for x in lines.split(): - stdout.write(x) - -#OUT abcxyz - |