commit | 0cb3ca9f7a1b027973239bbea3d1a20dd1676a9c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 07 13:07:11 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 07 13:07:11 2023 +0000 |
tree | c2a519616baf7bb73b3f855552b5e97571cbdd10 | |
parent | eca2c5fff6f6ccad0df8824c4b4354d3f410d225 [diff] [blame] |
patch 9.0.1156: tests fail because of a different error message Problem: Tests fail because of a different error message. Solution: Don't give an error if a type name can't be found.
diff --git a/src/version.c b/src/version.c index 57143ec..f30cdfd 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1156, +/**/ 1155, /**/ 1154,