commit | d21b16f3c0c676bfe3a37aef1ac3118e1ecded60 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 14 23:13:30 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 14 23:13:30 2017 +0200 |
tree | eca6bd2f73afb9cee523a2708855c5367425aa13 | |
parent | 3678393baa2fbfcd5020fcf0ac12947fc485e912 [diff] [blame] |
patch 8.0.0944: test_profile is a little bit flaky Problem: Test_profile is a little bit flaky. Solution: Accept a match when self and total time are the same. (James McCoy, closes #1972)
diff --git a/src/version.c b/src/version.c index 1bb02a1..882e3da 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 944, +/**/ 943, /**/ 942,