commit | 08f4157c5cabc55bcb22f04dd7c717aba40caa34 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 20 16:50:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 20 16:50:00 2020 +0200 |
tree | 3adf5dc4585df51fbe7bd51573f5ea6094cb2702 | |
parent | ad4dc83389931a0354c3691b42f99a5bb98c766f [diff] [blame] |
patch 8.2.0610: some tests are still old style Problem: Some tests are still old style. Solution: Convert to new style tests. (Yegappan Lakshmanan, closes #5957)
diff --git a/src/version.c b/src/version.c index 61f71a0..1c5ad56 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 610, +/**/ 609, /**/ 608,