commit | 324a78f3b649e7b14741519ecf19c4aba178772d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 28 22:47:12 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 28 22:47:12 2016 +0200 |
tree | 5b4a1e8ef0131886c6ec57598c443e969842b96d | |
parent | 655da31a18ef3f888acf10e68b438e2a851f7b14 [diff] [blame] |
patch 7.4.1856 Problem: failing job test fails on MS-Windows. Solution: Expect "fail" status instead of "dead".
diff --git a/src/version.c b/src/version.c index e68c4ec..e47ab53 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1856, +/**/ 1855, /**/ 1854,