diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-10-16 19:27:26 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-10-16 19:27:26 +0200 |
commit | 4bd88d568a81d37df69dc3cf8cdd8d9dbb4011b7 (patch) | |
tree | 40b28e692c7fec36eaed1393bb9381d3e62cf6a8 /src/testdir/Make_all.mak | |
parent | a6cc5beb1705359828a45b91402c34640f4e756a (diff) | |
download | vim-git-4bd88d568a81d37df69dc3cf8cdd8d9dbb4011b7.tar.gz |
patch 8.1.2161: mapping test failsv8.1.2161
Problem: Mapping test fails.
Solution: Run the test separately.
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r-- | src/testdir/Make_all.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 68f26de16..c22ce3bd6 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -375,6 +375,7 @@ NEW_TESTS_RES = \ test_makeencoding.res \ test_man.res \ test_maparg.res \ + test_mapping.res \ test_marks.res \ test_matchadd_conceal.res \ test_memory_usage.res \ |