Skip to content

Commit 4509195

Browse files
committed
patch 7.4.1072
Problem: Increment test is old style. Solution: Make the increment test a new style test. (Hirohito Higashi)
1 parent cfc0a35 commit 4509195

5 files changed

Lines changed: 5 additions & 1076 deletions

File tree

src/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1946,7 +1946,6 @@ test1 \
19461946
test_erasebackword \
19471947
test_eval \
19481948
test_fixeol \
1949-
test_increment \
19501949
test_insertcount \
19511950
test_listchars \
19521951
test_listlbr \
@@ -1982,6 +1981,8 @@ test1 \
19821981
test_assert \
19831982
test_backspace_opt \
19841983
test_cdo \
1984+
test_increment \
1985+
test_lispwords \
19851986
test_menu \
19861987
test_quickfix \
19871988
test_searchpos \

src/testdir/Make_all.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ SCRIPTS_ALL = \
102102
test_erasebackword.out \
103103
test_eval.out \
104104
test_fixeol.out \
105-
test_increment.out \
106105
test_insertcount.out \
107106
test_listchars.out \
108107
test_listlbr.out \
@@ -174,6 +173,7 @@ SCRIPTS_GUI = test16.out
174173
# Keep test_alot.res as the last one, sort the others.
175174
NEW_TESTS = test_assert.res \
176175
test_cdo.res \
176+
test_increment.res \
177177
test_quickfix.res \
178178
test_viml.res \
179179
test_alot.res

0 commit comments

Comments
 (0)