commit | cada78975eebc47f9b12de1a471639b5afd9ad2f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 31 19:30:24 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 31 19:30:24 2018 +0100 |
tree | b568250cd9c3d461c3283f28bdf34c0076d9bac1 | |
parent | 6f361c991221e96d5068c77b854967d997b1529b [diff] [blame] |
patch 8.0.1447: still too many old style tests Problem: Still too many old style tests. Solution: Turn a few tests into new style. (Yegappan Lakshmanan, closes #2509)
diff --git a/src/version.c b/src/version.c index e727c4a..94d58f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1447, +/**/ 1446, /**/ 1445,