commit | 640d4f0c97e686211dc4474b46a83e4435d883c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 10 17:43:46 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 10 17:43:46 2019 +0200 |
tree | c72abd92b376e8b57ef741e1c48e93d3b95d137d | |
parent | 82febc16e4ed54b5af0ff503b02b9fd1af75711b [diff] [blame] |
patch 8.1.1516: time reported for a test measured wrong Problem: Time reported for a test measured wrong. Solution: Move the computation to the end of RunTheTest(). (Ozaki Kiichi, closes #4520)
diff --git a/src/version.c b/src/version.c index b493377..c4c8e3f 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1516, +/**/ 1515, /**/ 1514,