commit | e2e4075fad1326181edc5a131e48c644ef613693 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 04 21:18:46 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 04 21:18:46 2020 +0200 |
tree | f3749b559e690b3e8e80990441aeb6459d955fce | |
parent | 24f7750ffa9730579736d779b7cc94faff325fc1 [diff] [blame] |
patch 8.2.1593: tests do not check the error number properly Problem: Tests do not check the error number properly.0 Solution: Add a colon after the error number. (closes #6869)
diff --git a/src/version.c b/src/version.c index 111405f..7058d62 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1593, +/**/ 1592, /**/ 1591,