commit | 46c4d4ac66aa2b129f4dcec9debfda606f72d4b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 19:31:57 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 19:31:57 2016 +0200 |
tree | 74cf9fd7b6f20f4873049fc6bbb2e1e5104d2628 | |
parent | c90f2aedd0a5dc2cc75bc9b5f475f8a3e3fe36b1 [diff] [blame] |
patch 7.4.2157 Problem: Test_job_start_fails() is expected to report memory leaks, making it hard to see other leaks in test_partial. Solution: Move Test_job_start_fails() to a separate test file.
diff --git a/src/version.c b/src/version.c index 17febd0..c5511be 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2157, +/**/ 2156, /**/ 2155,