diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-01 14:57:51 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-01 14:57:51 +0100 |
commit | af2dff8fbc0e0c1dd7cb5ae058c3b896c28f7d24 (patch) | |
tree | 0b44d2a9f91089d2a6431c34ae12cc349987a60c /src/testdir/Make_all.mak | |
parent | 8f79acdf7ede2693fbda53c3c9693f16db4f193b (diff) | |
download | vim-af2dff8fbc0e0c1dd7cb5ae058c3b896c28f7d24.zip |
patch 7.4.1018
Problem: Failure running tests.
Solution: Add missing change to list of old style tests.
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r-- | src/testdir/Make_all.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index bbfae07f4..c5796bd51 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -116,7 +116,6 @@ SCRIPTS_ALL = \ test_qf_title.out \ test_ruby.out \ test_search_mbyte.out \ - test_set.out \ test_signs.out \ test_tagcase.out \ test_textobjects.out \ |