summary refs log tree commit diff stats
path: root/tests/system/helpers/readall_echo.nim
diff options
context:
space:
mode:
authorSimon Hafner <hafnersimon@gmail.com>2011-11-03 17:05:32 +0100
committerSimon Hafner <hafnersimon@gmail.com>2011-12-22 17:17:06 +0100
commit5ede29cd051b818c7c2fc926c4acba86ddb76a0e (patch)
tree8e0f21121ffd9f44884e2354a63ede3313c0e05b /tests/system/helpers/readall_echo.nim
parent4f08946f64f04ef85a53c686fb89b8d84fbc6d65 (diff)
downloadNim-5ede29cd051b818c7c2fc926c4acba86ddb76a0e.tar.gz
implemented readAll()
Diffstat (limited to 'tests/system/helpers/readall_echo.nim')
-rw-r--r--tests/system/helpers/readall_echo.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/system/helpers/readall_echo.nim b/tests/system/helpers/readall_echo.nim
new file mode 100644
index 000000000..2890217ef
--- /dev/null
+++ b/tests/system/helpers/readall_echo.nim
@@ -0,0 +1 @@
+echo(stdin.readAll)