commit | c0c71e9d9813f025c5fc1ce84eae309843395199 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 11 19:09:48 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 11 19:09:48 2020 +0200 |
tree | 98e7bc351be64619b4ad4e085702c45934dc00fb | |
parent | 96fdf4348a50cdbe6b8f18ccb4806ba5b190989e [diff] [blame] |
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)".
diff --git a/src/version.c b/src/version.c index e815f66..47b1e56 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1660, +/**/ 1659, /**/ 1658,