0
0
mirror of https://github.com/vim/vim.git synced 2025-10-30 09:47:20 -04:00

patch 8.2.4292: test fails

Problem:    Test fails.
Solution:   Adjust the expected error number.
This commit is contained in:
Bram Moolenaar
2022-02-03 21:29:39 +00:00
parent 5658ca343f
commit 02a977ea5e
2 changed files with 3 additions and 1 deletions

View File

@@ -1610,7 +1610,7 @@ def Test_redir_to_var()
redir > Xfile redir > Xfile
redir END redir END
END END
v9.CheckDefFailure(lines, 'E1185:') v9.CheckDefFailure(lines, 'E1092:')
lines =<< trim END lines =<< trim END
var text: number var text: number

View File

@@ -746,6 +746,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 */
/**/
4292,
/**/ /**/
4291, 4291,
/**/ /**/