commit | 3c610c96389bbb5f0fc83f0a515fc8f1b7f515e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 29 21:03:45 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 29 21:03:45 2019 +0200 |
tree | 58de7e26719120b67ad23a0c33c2eb00f5edaa19 | |
parent | 13d5c3f6162694a7e925e66fc4eea35436643384 [diff] [blame] |
patch 8.1.1774: test is silently skipped Problem: Test is silently skipped. Solution: Throw "Skipped".
diff --git a/src/version.c b/src/version.c index 4463c38..8a3923e 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1774, +/**/ 1773, /**/ 1772,