commit | e366ed4f2c6fa8cb663f1b9599b39d57ddbd8a2a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 19 20:13:56 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 19 20:13:56 2022 +0100 |
tree | e79d26066d2e9011af77ad5376908f45d6214b04 | |
parent | 0f0d3a7fb6473760b6f6679e3c8a81376220c869 [diff] [blame] |
patch 8.2.5136: debugger test fails when run with valgrind Problem: Debugger test fails when run with valgrind. Solution: Wait longer when using valgrind.
diff --git a/src/version.c b/src/version.c index c945a2b..4678544 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5136, +/**/ 5135, /**/ 5134,