commit | cfc0a350a9fa04f1b0cfa1ba31fbd2847376513f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 09 20:23:00 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 09 20:23:00 2016 +0100 |
tree | 20b6fe161cb570f388871413922333f33027739c | |
parent | 8a5115cf18751022387af2085f374d38c60dde83 [diff] [blame] |
patch 7.4.1071 Problem: New style tests are executed in arbitrary order. Solution: Sort the test function names. (Hirohito Higashi) Fix the quickfix test that depended on the order.
diff --git a/src/version.c b/src/version.c index af26ae3..b1269e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1071, +/**/ 1070, /**/ 1069,