diff options
author | Arne Döring <arne.doering@gmx.net> | 2018-11-15 01:57:02 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-11-23 11:58:28 +0100 |
commit | 9c2365d5c2229f327d19262894995047a357e252 (patch) | |
tree | ac6d99d9e65afe900d36095b266212fcd262d18b /tests/init/tuninit1.nim | |
parent | e012eb100109d343b7cdbe2598d439d84eda7830 (diff) | |
download | Nim-9c2365d5c2229f327d19262894995047a357e252.tar.gz |
activated more tests, allow input in test spec
Diffstat (limited to 'tests/init/tuninit1.nim')
-rw-r--r-- | tests/init/tuninit1.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/init/tuninit1.nim b/tests/init/tuninit1.nim index 891f1e96c..67c0c4d8b 100644 --- a/tests/init/tuninit1.nim +++ b/tests/init/tuninit1.nim @@ -1,6 +1,7 @@ discard """ - msg: "Warning: 'y' might not have been initialized [Uninit]" + nimout: "Warning: 'y' might not have been initialized [Uninit]" line:34 + action: compile """ import strutils |