commit | 292eff0c5aacb8531d65509679b6c29eae8dc22a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 11 21:46:28 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 11 21:46:28 2017 +0200 |
tree | 25bb79912395e8a0e1c219dfa32283f8bee8081e | |
parent | f1d13478e3a7e1a86d52552c8c5571f00dc28ad1 [diff] [blame] |
patch 8.0.0708: some tests are old style Problem: Some tests are old style. Solution: Change a few tests from old style to new style. (pschuh, closes #1813)
diff --git a/src/version.c b/src/version.c index aaf7611..b4e7d2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 708, +/**/ 707, /**/ 706,