commit | bb3e6416f157f68799ccb6070fa2f91df6780e79 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 23 19:24:46 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 23 19:24:46 2017 +0200 |
tree | 804b580942f79c04f30507377d71a869130373b8 | |
parent | a21a6a9ade7bec3a07992d4d900d4ce82eeb8a29 [diff] [blame] |
patch 8.0.1140: still old style tests Problem: Still old style tests. Solution: Convert two tests to new style. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 3d5716e..cd09bc2 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1140, +/**/ 1139, /**/ 1138,