summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-06 15:29:22 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-06 15:29:22 +0200
commitd76a0c15f8bdbc901015879177fd5076d34c7a06 (patch)
treebc91fe4d97ad987e34438c073a7e43ab28386dd5 /src/Makefile
parent7522f6982197f83a5c0f6e9af07fb713934f824a (diff)
downloadvim-git-d76a0c15f8bdbc901015879177fd5076d34c7a06.tar.gz
patch 7.4.2163v7.4.2163
Problem: match() and related functions tested with old style test. Solution: Convert to new style test. (Hirohito Higashi)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 355965999..33d8b8c53 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2044,7 +2044,7 @@ test1 \
test30 test31 test32 test33 test34 test36 test37 test38 test39 \
test40 test41 test42 test43 test44 test45 test46 test48 test49 \
test50 test51 test52 test53 test54 test55 test56 test57 test58 test59 \
- test60 test62 test63 test64 test65 test66 test67 test68 test69 \
+ test60 test62 test64 test65 test66 test67 test68 test69 \
test70 test71 test72 test73 test74 test75 test76 test77 test78 test79 \
test80 test81 test82 test83 test84 test85 test86 test87 test88 test89 \
test90 test91 test92 test93 test94 test95 test97 test98 test99 \
@@ -2095,9 +2095,9 @@ test_arglist \
test_largefile \
test_lispwords \
test_man \
+ test_match \
test_matchadd_conceal \
test_matchadd_conceal_utf8 \
- test_matchstrpos \
test_menu \
test_messages \
test_netbeans \