diff options
author | Araq <rumpf_a@web.de> | 2018-08-08 11:21:56 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-08-08 11:21:56 +0200 |
commit | de263a43c615199f66440d8d27fe4fb7da3435e3 (patch) | |
tree | bd6d01d6fc87b586f3db11b411c133ccd702403c /tests/system | |
parent | 19bfa9b889a3279e4b7eb4195534c8d586898f73 (diff) | |
download | Nim-de263a43c615199f66440d8d27fe4fb7da3435e3.tar.gz |
deprecate isNil for strings and seqs
Diffstat (limited to 'tests/system')
-rw-r--r-- | tests/system/tnilconcats.nim | 2 |
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" """ |