commit | cf801d4b95180ddaee1bf633ef482232625dd80b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 21 18:34:42 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 21 18:34:42 2022 +0100 |
tree | 42076022555a8572e42dfef38d50d927cff18846 | |
parent | c856ceb300ff8871ed546e36638f1a28531c379c [diff] [blame] |
patch 8.2.5145: exit test causes spurious valgrind reports Problem: Exit test causes spurious valgrind reports. Solution: Skip test. Add CheckNotValgrind.
diff --git a/src/version.c b/src/version.c index 9b2fd4e..0353e90 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5145, +/**/ 5144, /**/ 5143,