commit | 99285550a9957e2c8669f183557944c6513c4875 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Jun 06 17:12:46 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 06 17:12:46 2021 +0200 |
tree | c388e5d206b8173834c4a61241debc28622e9ca3 | |
parent | 2067733b5c76e996238af938af36b8196366b7ce [diff] [blame] |
patch 8.2.2952: recover test fails on big endian systems Problem: Recover test fails on big endian systems. Solution: Disable the failing test on big endian systems. (Yegappan Lakshmanan, closes #8335)
diff --git a/src/version.c b/src/version.c index f995518..59cd0ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2952, +/**/ 2951, /**/ 2950,