commit | e32bbded641a5da0263ecf82f9ccc95a8e0a089e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 21:12:48 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 21:12:48 2017 +0100 |
tree | eeb2e7fa47e8bb3791eacaea58362736c9c28efa | |
parent | 1b9750d8054ce4a5a6f84af9f10654330bbf869b [diff] [blame] |
patch 8.0.0194: profile tests fails if total and self time are equal Problem: Profile tests fails if total and self time are equal. Solution: Make one time optional.
diff --git a/src/version.c b/src/version.c index 401f79f..cfb4e59 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 194, +/**/ 193, /**/ 192,