diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-03-21 15:17:20 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-03-21 15:17:20 +0100 |
commit | ce436de5a9b94886baf023b3d22193cc68d0e9d1 (patch) | |
tree | 0bdcd61fc2ce6ce76b74274fddc8aca0ad540690 /src/version.c | |
parent | 0f1563ffee4397f5b379517c41b7c9a977fd2e22 (diff) | |
download | vim-git-ce436de5a9b94886baf023b3d22193cc68d0e9d1.tar.gz |
patch 8.2.0423: in some environments a few tests are expected to failv8.2.0423
Problem: In some environments a few tests are expected to fail.
Solution: Add $TEST_MAY_FAIL to list tests that should not cause make to
fail.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index a6112cee9..198c42adf 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 423, +/**/ 422, /**/ 421, |