summary refs log tree commit diff stats
path: root/tests/osproc/ta_in.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/osproc/ta_in.nim')
-rw-r--r--tests/osproc/ta_in.nim9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/osproc/ta_in.nim b/tests/osproc/ta_in.nim
deleted file mode 100644
index fb294ec14..000000000
--- a/tests/osproc/ta_in.nim
+++ /dev/null
@@ -1,9 +0,0 @@
-discard """
-action: compile
-"""
-
-# This file is prefixed with an "a", because other tests
-# depend on it and it must be compiled first.
-import strutils
-let x = stdin.readLine()
-echo x.parseInt + 5