diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-03-01 11:59:43 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-01 20:59:43 +0100 |
commit | 6c5872c1690dcd5f50477aeef0218a0dbbcdd6e6 (patch) | |
tree | a9fc1212dd7403786ea381eca3e68d7124d99c65 /tests/manyloc/keineschweine | |
parent | bb0c19f42cee41d5cdccbb8c47fc83669cba5540 (diff) | |
download | Nim-6c5872c1690dcd5f50477aeef0218a0dbbcdd6e6.tar.gz |
`--nilseqs` is now a deprecated noop (#17211)
* --nilseqs is now a deprecated noop * fix tests; fix: future => sugar
Diffstat (limited to 'tests/manyloc/keineschweine')
-rw-r--r-- | tests/manyloc/keineschweine/keineschweine.nim.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/manyloc/keineschweine/keineschweine.nim.cfg b/tests/manyloc/keineschweine/keineschweine.nim.cfg index f335a0e0e..ca6c75f6e 100644 --- a/tests/manyloc/keineschweine/keineschweine.nim.cfg +++ b/tests/manyloc/keineschweine/keineschweine.nim.cfg @@ -7,4 +7,3 @@ path = "dependencies/genpacket" path = "enet_server" debugger = off warning[SmallLshouldNotBeUsed] = off -nilseqs = on |