patch 7.4.1072
Problem: Increment test is old style.
Solution: Make the increment test a new style test. (Hirohito Higashi)
diff --git a/src/Makefile b/src/Makefile
index 72f0eaa..73f8554 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1946,7 +1946,6 @@
test_erasebackword \
test_eval \
test_fixeol \
- test_increment \
test_insertcount \
test_listchars \
test_listlbr \
@@ -1982,6 +1981,8 @@
test_assert \
test_backspace_opt \
test_cdo \
+ test_increment \
+ test_lispwords \
test_menu \
test_quickfix \
test_searchpos \