diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/misc/tspellsuggest2.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tspellsuggest2.nim b/tests/misc/tspellsuggest2.nim index bf76cc208..d20fb00dc 100644 --- a/tests/misc/tspellsuggest2.nim +++ b/tests/misc/tspellsuggest2.nim @@ -1,6 +1,6 @@ discard """ # pending bug #16521 (bug 12) use `matrix` - cmd: "nim c --spellsuggest --hints:off $file" + cmd: "nim c --spellsuggest:12 --hints:off $file" action: "reject" nimout: ''' tspellsuggest2.nim(45, 13) Error: undeclared identifier: 'fooBar' |