Skip to content

Commit

Permalink
patch 9.0.1066: test function name is wrong
Browse files Browse the repository at this point in the history
Problem:    Test function name is wrong.
Solution:   Rename to what is actually being tested. (closes vim#11712)
  • Loading branch information
zeertzjq authored and brammool committed Dec 17, 2022
1 parent 9d1184c commit 67f3094
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/testdir/test_menu.vim
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ func Test_only_modifier()
tunmenu a.b
endfunc

func Test_mapclear_while_listing()
func Test_unmenu_while_listing_menus()
CheckRunVimInTerminal

let lines =<< trim END
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1066,
/**/
1065,
/**/
Expand Down

0 comments on commit 67f3094

Please sign in to comment.