summary refs log tree commit diff stats
path: root/tests/config.nims
diff options
context:
space:
mode:
Diffstat (limited to 'tests/config.nims')
-rw-r--r--tests/config.nims1
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")