commit | a21df1db3ca619afdcb47931af042508a6bbc8e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 17 20:57:09 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 17 20:57:09 2020 +0100 |
tree | f2bc143f17934db6292dbffb47b4b8b8c599f6d9 | |
parent | 5715b3147bfc8ddfe905339f6fd224fd3a5a3ba1 [diff] [blame] |
patch 8.2.0398: profile test fails when two functions take same time Problem: Profile test fails when two functions take same time. Solution: Add a short sleep in once function. (closes #5797)
diff --git a/src/version.c b/src/version.c index f44ac2f..25b8188 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 398, +/**/ 397, /**/ 396,