commit | 5d30ff19648d2ff0696cea97582b902f6a4ec0ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 16:12:12 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 16:12:12 2019 +0200 |
tree | 2b932551af5b577566f7d024d6491127ede12451 | |
parent | f6d50f1da8ed22cd6ff37ade965684dd1fa67a2c [diff] [blame] |
patch 8.1.1483: skipped tests are not properly listed Problem: Skipped tests are not properly listed. Solution: Throw a "Skipped" exception instead of using ":finish" or ":return".
diff --git a/src/version.c b/src/version.c index 2687eb9..c8a3cf6 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1483, +/**/ 1482, /**/ 1481,