commit | 72bb47e38f6805050ed6d969f17591bed71f83d4 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Apr 03 11:22:38 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 03 11:22:38 2022 +0100 |
tree | 2a129b54c7d20524362720c8385128d5a7c7fc41 | |
parent | 58f331a05f5b7bdddf04e68b6e51a827fd0c43f0 [diff] [blame] |
patch 8.2.4670: memory allocation failures for new tab page not tested Problem: Memory allocation failures for new tab page not tested. Solution: Add tests with failing memory allocation. (Yegappan Lakshmanan, closes #10067)
diff --git a/src/version.c b/src/version.c index 92198be..487a134 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4670, +/**/ 4669, /**/ 4668,