summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-14 15:32:11 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-14 15:32:11 +0200
commit2d1a248762f069e470acde389ff4686a45d2f817 (patch)
treeb80084ad7d967850fb8d71e670a3310deaaaa77c /src/Makefile
parentd58b0f982ad758c59abe47627216a15497e9c3c1 (diff)
downloadvim-git-2d1a248762f069e470acde389ff4686a45d2f817.tar.gz
patch 7.4.2208v7.4.2208
Problem: Test for mappings is old style. Solution: Convert the test to new style.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index dbfa90b5d..84ebdc61d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2028,7 +2028,6 @@ test1 \
test_listchars \
test_listlbr \
test_listlbr_utf8 \
- test_mapping \
test_marks \
test_nested_function \
test_search_mbyte \
@@ -2094,6 +2093,7 @@ test_arglist \
test_largefile \
test_lispwords \
test_man \
+ test_mapping \
test_match \
test_matchadd_conceal \
test_matchadd_conceal_utf8 \