commit | dcfc311198b174468c007ec4b5b22b33c2c11c92 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 16 20:06:59 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 16 20:06:59 2021 +0200 |
tree | ac8a49105c5697c50cb6b4e59f7beecd59539f84 | |
parent | 6b02b38ed06879f5e6befe2140aee11a6ad66884 [diff] [blame] |
patch 8.2.2859: Tcl test fails because of changed error message Problem: Tcl test fails because of changed error message. Solution: Adjust the expected error message.
diff --git a/src/version.c b/src/version.c index 018e47d..6a37ad5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2859, +/**/ 2858, /**/ 2857,