commit | 68e9e5f7fccb8038cf0ca5b5d95c85a923152f46 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 28 22:55:43 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 28 22:55:43 2019 +0100 |
tree | dae3ad081383275ca34021622b7d25f6c17c2450 | |
parent | f8c1f9200c4b50969a8191a4fe0b0d09edb38979 [diff] [blame] |
patch 8.1.2357: no test with wrong argument for rand() Problem: No test with wrong argument for rand(). Solution: Add a test case.
diff --git a/src/version.c b/src/version.c index 7abb190..d063809 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2357, +/**/ 2356, /**/ 2355,