commit | 06d32a0c177e4166ff0491668cd459464bc2ef45 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 13:58:47 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 13:58:47 2022 +0100 |
tree | 7170e33bcc8e37240d37f053e9bb75aa17c09de8 | |
parent | 89083466fa565bea22832687ec5fe89a70a3b8f7 [diff] [blame] |
patch 9.0.0369: a failing flaky test doesn't mention the time Problem: A failing flaky test doesn't mention the time. Solution: Add the time for debugging. Improve error message.
diff --git a/src/version.c b/src/version.c index b2e28e2..9eba6bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 369, +/**/ 368, /**/ 367,