summary refs log tree commit diff stats
path: root/tests/tio.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tio.nim')
-rwxr-xr-xtests/tio.nim7
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()