summary refs log tree commit diff stats
path: root/tests/system/helpers/readall_echo.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/helpers/readall_echo.nim')
-rw-r--r--tests/system/helpers/readall_echo.nim2
1 files changed, 2 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..2891ef3ae
--- /dev/null
+++ b/tests/system/helpers/readall_echo.nim
@@ -0,0 +1,2 @@
+when true:
+  echo(stdin.readAll)