commit | 447f6ce8bd42fe3adbdf97eff9a38a9bfef9eeed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 16 18:50:19 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 16 18:50:19 2018 +0100 |
tree | d639884b33982b8ad89ccbf2b19409a2d54c5dd3 | |
parent | 2d67d307ee5dba911e8fbe73193bf596ebf76c1a [diff] [blame] |
patch 8.1.0533: screendump tests can be flaky Problem: Screendump tests can be flaky. Solution: Add VerifyScreenDump to the pattern of flaky tests.
diff --git a/src/version.c b/src/version.c index f6be0c0..560abd4 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 533, +/**/ 532, /**/ 531,