0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.2.2727: function test fails

Problem:    Function test fails.
Solution:   Adjust expected error number.
This commit is contained in:
Bram Moolenaar
2021-04-06 20:18:29 +02:00
parent 86cdb8a4bd
commit e9b8b78e04
2 changed files with 3 additions and 1 deletions

View File

@@ -150,7 +150,7 @@ func Test_default_arg()
call assert_equal(res['0'], 1)
call assert_fails("call MakeBadFunc()", 'E989:')
call assert_fails("fu F(a=1 ,) | endf", 'E475:')
call assert_fails("fu F(a=1 ,) | endf", 'E1068:')
let d = Args2(7, v:none, 9)
call assert_equal([7, 2, 9], [d.a, d.b, d.c])

View File

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