commit | f0e496a85a89fb1fd21b6af6363dcfc276331110 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 01 12:41:31 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 01 12:41:31 2021 +0000 |
tree | a69aab3a7b24b394d2a2144c85a8f39f43c4a9ed | |
parent | 7e5503c17a3f142e6b28f344d899c9ab9e75a844 [diff] [blame] |
patch 8.2.3715: Vim9: valgrind reports spurious problems for a test Problem: Vim9: valgrind reports spurious problems for a test. Solution: Move the test to the set that is known to fail.
diff --git a/src/version.c b/src/version.c index 080c687..b98d0b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3715, +/**/ 3714, /**/ 3713,