summary refs log tree commit diff stats
path: root/tests/system
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-08-08 11:21:56 +0200
committerAraq <rumpf_a@web.de>2018-08-08 11:21:56 +0200
commitde263a43c615199f66440d8d27fe4fb7da3435e3 (patch)
treebd6d01d6fc87b586f3db11b411c133ccd702403c /tests/system
parent19bfa9b889a3279e4b7eb4195534c8d586898f73 (diff)
downloadNim-de263a43c615199f66440d8d27fe4fb7da3435e3.tar.gz
deprecate isNil for strings and seqs
Diffstat (limited to 'tests/system')
-rw-r--r--tests/system/tnilconcats.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/tnilconcats.nim b/tests/system/tnilconcats.nim
index ce059b7b0..5e4a1b317 100644
--- a/tests/system/tnilconcats.nim
+++ b/tests/system/tnilconcats.nim
@@ -1,5 +1,5 @@
 discard """
-  output: '''@[nil, nil, nil, nil, nil, nil, nil, "meh"]'''
+  output: '''@["", "", "", "", "", "", "", "meh"]'''
   exitcode: "0"
 """