summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-06 13:38:15 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-06 13:38:15 +0200
commit9c0cec65f891492314caadeef87a50251a21e630 (patch)
treeccf15ae17380248ffc511f53bf3e1dceb40bb628 /src/version.c
parentdb294adc65d73ffa5cdf3d0ab45ccbf05b965414 (diff)
patch 8.1.1476: no statistics displayed after running testsv8.1.1476
Problem: No statistics displayed after running tests. Solution: Summarize the test results. (Christian Brabandt, closes #4391) Also make it possible to report a skipped file.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 8f707b0263..d0d2c28fc8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1476,
+/**/
1475,
/**/
1474,