summaryrefslogtreecommitdiff
path: root/src/testdir
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-05 23:04:57 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-05 23:04:57 +0200
commit6c307dcd554a1ce14c4279a3c2ede29f972bdb23 (patch)
treea2434fdd51433aaac2aecd7d4ed3c88c88107fb9 /src/testdir
parent8922860afb2cf9e89417c0c1417f1fb4458d3b44 (diff)
downloadvim-git-6c307dcd554a1ce14c4279a3c2ede29f972bdb23.tar.gz
patch 8.2.0520: tests are not listed in sorted orderv8.2.0520
Problem: Tests are not listed in sorted order. Solution: Move test_ex_mode. (Doug Richardson, closes #5889)
Diffstat (limited to 'src/testdir')
-rw-r--r--src/testdir/Make_all.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 1a47cfcda..8ca783168 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -96,9 +96,9 @@ NEW_TESTS = \
test_escaped_glob \
test_eval_stuff \
test_ex_equal \
+ test_ex_mode \
test_ex_undo \
test_ex_z \
- test_ex_mode \
test_excmd \
test_exec_while_if \
test_execute_func \