diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-08 22:26:48 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-08 22:26:48 +0200 |
commit | 09de17536dd84e43aed7a575183e320e8d980b68 (patch) | |
tree | b2dfaa4566cf4f372231d027d7b6903321373b72 /src/testdir/Make_all.mak | |
parent | 2147746cf816fad00e301c6638df28a4287c9aae (diff) | |
download | vim-09de17536dd84e43aed7a575183e320e8d980b68.zip |
patch 7.4.2183
Problem: Sign tests are old style.
Solution: Turn them into new style tests. (Dominique Pelle)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r-- | src/testdir/Make_all.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 02f261108..0ed91d76f 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -102,7 +102,6 @@ SCRIPTS_ALL = \ test_marks.out \ test_nested_function.out \ test_search_mbyte.out \ - test_signs.out \ test_tagcase.out \ test_utf8.out \ test_wordcount.out \ @@ -184,6 +183,7 @@ NEW_TESTS = test_arglist.res \ test_perl.res \ test_quickfix.res \ test_ruby.res \ + test_signs.res \ test_startup.res \ test_stat.res \ test_syntax.res \ |