0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.1660: assert functions require passing expected as first argument

Problem:    Assert functions require passing expected result as the first
            argument, which isn't obvious.
Solution:   Use a method, as in "runtest()->assert_equal(expected)".
This commit is contained in:
Bram Moolenaar
2020-09-11 19:09:48 +02:00
parent 96fdf4348a
commit c0c71e9d98
2 changed files with 203 additions and 202 deletions

View File

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