diff options
author | Arne Döring <arne.doering@gmx.net> | 2018-11-16 12:43:05 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-11-23 11:58:29 +0100 |
commit | 534601637a9189354c92532c0ef273a89153092d (patch) | |
tree | c4793d10398c5ededb12eb1bfe257bd652b1124d /tests/osproc/ta_in.nim | |
parent | 9c2365d5c2229f327d19262894995047a357e252 (diff) | |
download | Nim-534601637a9189354c92532c0ef273a89153092d.tar.gz |
more tests fixed
Diffstat (limited to 'tests/osproc/ta_in.nim')
-rw-r--r-- | tests/osproc/ta_in.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/osproc/ta_in.nim b/tests/osproc/ta_in.nim index b46890f6e..fb294ec14 100644 --- a/tests/osproc/ta_in.nim +++ b/tests/osproc/ta_in.nim @@ -1,3 +1,7 @@ +discard """ +action: compile +""" + # This file is prefixed with an "a", because other tests # depend on it and it must be compiled first. import strutils |