summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-23 22:04:47 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-23 22:04:47 +0200
commit00b24be454800f544676aa8850fb4378a568901e (patch)
treeb1b3a7c937e85625a7a9c9bc7ea4b01ef8f503fb /src/testdir/Make_all.mak
parentd4f31dc45482e8db527ca044b9c3436b1e750006 (diff)
patch 7.4.2098v7.4.2098
Problem: Text object tests are old style. Solution: Turn them into new style tests. (James McCoy, closes #941)
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 11cc93429e..4e4f43b026 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -108,7 +108,6 @@ SCRIPTS_ALL = \
test_search_mbyte.out \
test_signs.out \
test_tagcase.out \
- test_textobjects.out \
test_utf8.out \
test_wordcount.out \
test_writefile.out
@@ -187,6 +186,7 @@ NEW_TESTS = test_arglist.res \
test_ruby.res \
test_stat.res \
test_syntax.res \
+ test_textobjects.res \
test_usercommands.res \
test_viminfo.res \
test_viml.res \