summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-07 13:48:20 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-07 13:48:20 +0200
commitc8ce615299b4d8c1b2e6cf83496f48cd497d8a37 (patch)
tree8999cef1f862e02a9c3fbf742c278e618502b16b /src/testdir/Make_all.mak
parent3321e9d8a36c91c62d8ba3d43430b5c213b87f8b (diff)
patch 7.4.2174v7.4.2174
Problem: Adding duplicate flags to 'whichwrap' leaves commas behind. Solution: Also remove the commas. (Naruhiko Nishino)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index e7e4c680aa..02f2611086 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -101,7 +101,6 @@ SCRIPTS_ALL = \
test_mapping.out \
test_marks.out \
test_nested_function.out \
- test_options.out \
test_search_mbyte.out \
test_signs.out \
test_tagcase.out \