patch 7.4.2183
Problem: Sign tests are old style.
Solution: Turn them into new style tests. (Dominique Pelle)
diff --git a/src/Makefile b/src/Makefile
index ada714d..be2f31b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2032,7 +2032,6 @@
test_marks \
test_nested_function \
test_search_mbyte \
- test_signs \
test_tagcase \
test_utf8 \
test_wordcount \
@@ -2110,10 +2109,11 @@
test_regexp_utf8 \
test_reltime \
test_ruby \
- test_startup \
test_searchpos \
test_set \
+ test_signs \
test_sort \
+ test_startup \
test_stat \
test_statusline \
test_syn_attr \