1
0
forked from aniani/vim

patch 9.0.0616: spell test fails because error message changed

Problem:    Spell test fails because error message changed.
Solution:   Adjust expected error message.
This commit is contained in:
Bram Moolenaar 2022-09-28 14:08:23 +01:00
parent 52df40eb04
commit 371951d0c3
2 changed files with 3 additions and 1 deletions

View File

@ -147,7 +147,7 @@ func Test_spell_file_missing()
augroup TestSpellFileMissing augroup TestSpellFileMissing
autocmd! SpellFileMissing * bwipe autocmd! SpellFileMissing * bwipe
augroup END augroup END
call assert_fails('set spell spelllang=ab_cd', 'E797:') call assert_fails('set spell spelllang=ab_cd', 'E937:')
" clean up " clean up
augroup TestSpellFileMissing augroup TestSpellFileMissing

View File

@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
616,
/**/ /**/
615, 615,
/**/ /**/