commit | 75373f38087dd756babdbbf9f14fd4711712c5de | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 07 22:02:30 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 07 22:02:30 2017 +0200 |
tree | 91a9bd88aa98480b99dd750424d6622cc99f1594 | |
parent | e20b3eba731bafb97c609dd20a4c378c105acc0d [diff] [blame] |
patch 8.0.0890: still many old style tests Problem: Still many old style tests. Solution: Convert several tests to new style. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index e5cafdc..0873d25 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 890, +/**/ 889, /**/ 888,