commit | 9b02d64cff7664b9643205d6e23b08da688fe87a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 18 23:24:13 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 18 23:24:13 2020 +0200 |
tree | 804dcf431045364147355ac16b2cde1be7e75773 | |
parent | 165036ddba1318576a29f75d82fae8c326a48f18 [diff] [blame] |
patch 8.2.1484: flaky failure in assert_fails() Problem: Flaky failure in assert_fails(). Solution: Only used fourth argument if there is a third argument.
diff --git a/src/version.c b/src/version.c index 028b910..80f464a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1484, +/**/ 1483, /**/ 1482,