commit | a83d06026d0e0dad873de296bff97707ad2faff3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 02 16:49:32 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 02 16:49:32 2021 +0200 |
tree | 9612f53842d4ade4e64970711bdd1c2cbc68395b | |
parent | c3cb1c92a335be818971acd89f631e82aa30ad3f [diff] [blame] |
patch 8.2.2927: test commented out because it fails with ASAN Problem: Test commented out because it fails with ASAN. Solution: Only skip the test when running with ASAN.
diff --git a/src/version.c b/src/version.c index 6761b72..63b3a3f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2927, +/**/ 2926, /**/ 2925,