summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-30 16:16:54 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-30 16:16:54 +0200
commit42093c0ec52e6ff29e80aae65ac6a744c7de79bb (patch)
treeb74f9656b465fc84bba544cba5b6123057843ab8 /src/testdir/Make_all.mak
parentb822cb0f93177bb045b221f607aee735f08ce428 (diff)
patch 7.4.2123v7.4.2123
Problem: No new style test for diff mode. Solution: Add a test. Check that folds are in sync.
Diffstat (limited to 'src/testdir/Make_all.mak')
-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 ced52e0a35..2965b708d0 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -43,7 +43,6 @@ SCRIPTS_ALL = \
test44.out \
test45.out \
test46.out \
- test47.out \
test48.out \
test51.out \
test53.out \
@@ -168,6 +167,7 @@ NEW_TESTS = test_arglist.res \
test_channel.res \
test_cmdline.res \
test_cscope.res \
+ test_diffmode.res \
test_digraph.res \
test_farsi.res \
test_gn.res \