commit | b27523ff7ab3083c20c0f33415d890f978726c4f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 14:04:51 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 14:04:51 2017 +0100 |
tree | 644ee96af574a2fe29ec9e601e2154f24a0bcc59 | |
parent | 4a5a8dd6e5fa5581bd24b584a71b5fce9ba34bb8 [diff] [blame] |
patch 8.0.0462: failure of an MS-Windows test may go unnoticed Problem: If an MS-Windows tests succeeds at first and then fails in a way it does not produce a test.out file it looks like the test succeeded. Solution: Delete the previous output file.
diff --git a/src/version.c b/src/version.c index 7f6d38f..ff1c9b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 462, +/**/ 461, /**/ 460,