commit | e7893a4088d6ea796bcab6195d232cb26c12c317 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 06 21:23:56 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 06 21:23:56 2016 +0100 |
tree | c9ab84fbe167acee65f79b4d172aa2e26223ef2f | |
parent | 2795e21eaafaeaf95a91667fd411023280d0f902 [diff] [blame] |
patch 7.4.1055 Problem: Running "make newtests" in src/testdir has no output. Solution: List the messages file when a test fails. (Christian Brabandt) Update the list of tests.
diff --git a/src/version.c b/src/version.c index 23f9ed0..7733f79 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1055, +/**/ 1054, /**/ 1053,