commit | 622b3568fa1baf07671d31390815fb0a55a99891 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 27 20:02:41 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 27 20:02:41 2020 +0200 |
tree | bf3b4666404b49c91e95ee2e938e99ecc8a6d3ca | |
parent | 6ca6ca48898750dd55cad13c88a9c1dfd7fdaad5 [diff] [blame] |
patch 8.2.1305: some tests are still old style Problem: Some tests are still old style. Solution: Convert tests 52 and 70 to new style. (Yegappan Lakshmanan, closes #6544) Fix error in FinishTesting().
diff --git a/src/version.c b/src/version.c index c41d932..ec70233 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1305, +/**/ 1304, /**/ 1303,