Skip to content

Commit 6c307dc

Browse files
committed
patch 8.2.0520: tests are not listed in sorted order
Problem: Tests are not listed in sorted order. Solution: Move test_ex_mode. (Doug Richardson, closes #5889)
1 parent 8922860 commit 6c307dc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/Make_all.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ NEW_TESTS = \
9696
test_escaped_glob \
9797
test_eval_stuff \
9898
test_ex_equal \
99+
test_ex_mode \
99100
test_ex_undo \
100101
test_ex_z \
101-
test_ex_mode \
102102
test_excmd \
103103
test_exec_while_if \
104104
test_execute_func \

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,8 @@ static char *(features[]) =
738738

739739
static int included_patches[] =
740740
{ /* Add new patch number below this line */
741+
/**/
742+
520,
741743
/**/
742744
519,
743745
/**/

0 commit comments

Comments
 (0)