--nilseqs is now a deprecated noop (#17211)

* --nilseqs is now a deprecated noop

* fix tests; fix: future => sugar
This commit is contained in:
Timothee Cour
2021-03-01 11:59:43 -08:00
committed by GitHub
parent bb0c19f42c
commit 6c5872c169
15 changed files with 37 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
discard """
targets: "cpp"
output: "hello"
cmd: "nim cpp --nilseqs:on --clearNimblePath --nimblePath:build/deps/pkgs $file"
cmd: "nim cpp --clearNimblePath --nimblePath:build/deps/pkgs $file"
"""
# bug #3299