commit | c3fd98cf8e43d48a322402d08fa83444c2b0a4a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 12 13:08:07 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 12 13:08:07 2020 +0200 |
tree | 72aaf3140f39f0d44456ac8757432add571194c6 | |
parent | 86181df9f5501ba735dcb75e0832c35ac1212ca6 [diff] [blame] |
patch 8.2.0741: Python tests fail because of changed message Problem: Python tests fail because of changed message. Solution: Adjust the expected messages (Dominique Pelle, closes #6066)
diff --git a/src/version.c b/src/version.c index a31cdab..f71d1c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 741, +/**/ 740, /**/ 739,