diff options
Diffstat (limited to 'tests/init')
-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 |