commit | 7177da9dd4d9a521c6141c6fbf7e9a4d6296ab05 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 23:09:20 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 23:09:20 2020 +0200 |
tree | db81f0561f6a2d825c340eb772036f30d91a93f1 | |
parent | a4b442614c5ca4ebf32acf5cf0b7b718496f1c94 [diff] [blame] |
patch 8.2.1199: not all assert functions are fully tested Problem: Not all assert functions are fully tested. Solution: Test more assert functions.
diff --git a/src/version.c b/src/version.c index 9d59181..21ff2bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1199, +/**/ 1198, /**/ 1197,