diff options
Diffstat (limited to 'tests/tio.nim')
-rwxr-xr-x | tests/tio.nim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/tio.nim b/tests/tio.nim deleted file mode 100755 index 014c32d9f..000000000 --- a/tests/tio.nim +++ /dev/null @@ -1,7 +0,0 @@ -# test the file-IO - -proc main() = - for line in lines("thallo.nim"): - writeln(stdout, line) - -main() |