diff src/testdir/test_spell.vim @ 30562:4f1f9728d6c3 v9.0.0616

patch 9.0.0616: spell test fails because error message changed Commit: https://github.com/vim/vim/commit/371951d0c34d4f44b50ad8bc8d30a4ef7effade6 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 28 14:08:23 2022 +0100 patch 9.0.0616: spell test fails because error message changed Problem: Spell test fails because error message changed. Solution: Adjust expected error message.
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Sep 2022 15:15:03 +0200
parents 9a6f7e750697
children ea16b081493d
line wrap: on
line diff
--- a/src/testdir/test_spell.vim
+++ b/src/testdir/test_spell.vim
@@ -147,7 +147,7 @@ func Test_spell_file_missing()
   augroup TestSpellFileMissing
     autocmd! SpellFileMissing * bwipe
   augroup END
-  call assert_fails('set spell spelllang=ab_cd', 'E797:')
+  call assert_fails('set spell spelllang=ab_cd', 'E937:')
 
   " clean up
   augroup TestSpellFileMissing