From a274f3bf5be3fc35f1538e5aab0e32fb9ed2ff82 Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 19 Nov 2011 15:45:51 +0100 Subject: got rid of 'accept' dir in the tests --- tests/compile/tio.nim | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 tests/compile/tio.nim (limited to 'tests/compile/tio.nim') diff --git a/tests/compile/tio.nim b/tests/compile/tio.nim new file mode 100755 index 000000000..5ae119f77 --- /dev/null +++ b/tests/compile/tio.nim @@ -0,0 +1,7 @@ +# test the file-IO + +proc main() = + for line in lines("thello.nim"): + writeln(stdout, line) + +main() -- cgit 1.4.1-2-gfad0