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 /testament | |
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 'testament')
-rw-r--r-- | testament/categories.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testament/categories.nim b/testament/categories.nim index e6f9698df..96449a023 100644 --- a/testament/categories.nim +++ b/testament/categories.nim @@ -250,8 +250,6 @@ proc jsTests(r: var TResults, cat: Category, options: string) = # ------------------------- nim in action ----------- proc testNimInAction(r: var TResults, cat: Category, options: string) = - let options = options & " --nilseqs:on" - template test(filename: untyped) = testSpec r, makeTest(filename, options, cat) |