diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-03-16 23:40:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-17 07:40:29 +0100 |
commit | 4d3f3513e2695d4bcb8ffef2521ff7abcce70bdf (patch) | |
tree | 2483f4964af7b45be14ffcdd8a440763eba00604 /tests | |
parent | 5fe5f470333437311bc9f9d1b01b6195d36db5b4 (diff) | |
download | Nim-4d3f3513e2695d4bcb8ffef2521ff7abcce70bdf.tar.gz |
followup #16067 --spellSuggest (#17401)
* followup #16067 --spellSuggest * enable --spellSuggest by default * fixup
Diffstat (limited to 'tests')
-rw-r--r-- | tests/config.nims | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/config.nims b/tests/config.nims index 47a303e85..41edf0005 100644 --- a/tests/config.nims +++ b/tests/config.nims @@ -8,6 +8,7 @@ switch("path", "$lib/../testament/lib") switch("colors", "off") switch("listFullPaths", "off") switch("excessiveStackTrace", "off") +switch("spellSuggest", "0") # for std/unittest switch("define", "nimUnittestOutputLevel:PRINT_FAILURES") |