commit | 0529b3eb01fcfd18c0644f8ece9ea107dd460a0f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 22:30:37 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 22:30:37 2017 +0100 |
tree | 06ce3afb522d2f873603c5dd9117c8f6c8f5da81 | |
parent | 751ba616d1c47de2c273b269df06c36a7ed141a2 [diff] [blame] |
patch 8.0.0471: exit callback test sometimes fails Problem: Exit callback test sometimes fails. Solution: Add it to the list of flaky tests.
diff --git a/src/version.c b/src/version.c index a132167..3f51e5a 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 471, +/**/ 470, /**/ 469,