commit | 9e4043757cd2fc18d071fdd98abf297d74878943 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 08 17:25:19 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 08 17:25:19 2016 +0200 |
tree | e05d93326c692e8f9ff90514ad0574330a82a53e | |
parent | 107e1eef1df3b786ad3ad49fbdb9e058649303b5 [diff] [blame] |
patch 7.4.1720 Problem: Tests fail without the job feature. Solution: Skip tests when the job feature is not present.
diff --git a/src/version.c b/src/version.c index dd50f98..dc51874 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1720, +/**/ 1719, /**/ 1718,