commit | 28b238225ae618f63cfe5d3d723120960a941da7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 27 18:29:17 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 27 18:29:17 2017 +0200 |
tree | dd570ce1e62e84300e51175950e37f3e36074197 | |
parent | 2e147caa14f622dfd1c1def8e07c113b9b85d4b2 [diff] [blame] |
patch 8.0.0684: old style tests are not nice Problem: Old style tests are not nice. Solution: Turn two tests into new style. (pschuh, closes #1797)
diff --git a/src/version.c b/src/version.c index a5f6f18..48c62a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 684, +/**/ 683, /**/ 682,