commit | f5610da7a8a5908e747d1ae39dbed1408bbd2644 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 20 21:47:16 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 20 21:47:16 2017 +0100 |
tree | 1d05462e69c2c1b6aee6817a4d1c7087371ce374 | |
parent | 1662ce104e47f6a1eb0c2004d86b995f74dc4652 [diff] [blame] |
patch 8.0.0495: quotestar test uses timer instead of timeout Problem: The quotestar test uses a timer instead of a timeout, thus it cannot be rerun like a flaky test. Solution: Remove the timer and add a timeout. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 343b856..b028deb 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 495, +/**/ 494, /**/ 493,