commit | 4a6fcf8047de13c7949ab2f27f7774acaec4ae4d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 12 21:29:22 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 12 21:29:22 2017 +0200 |
tree | c408cb0119bffbc2028c9a026eddbf5aa1212913 | |
parent | 9202162c5c069c925b6b9bf84e546fbd362cdf46 [diff] [blame] |
patch 8.0.1186: still quite a few old style tests Problem: Still quite a few old style tests. Solution: Convert old to new style tests. (Yegappan Lakshmanan) Avoid ringing the bell while running tests.
diff --git a/src/version.c b/src/version.c index 6302ad2..398a668 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1186, +/**/ 1185, /**/ 1184,