diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-09 21:08:35 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-09 21:08:35 +0100 |
commit | 450919587d4566ce3d17e685e183d5c17d9c2a11 (patch) | |
tree | 0c70ce559a5acf4757aa4cbb52bf40f446ef2564 /src/testdir/Make_all.mak | |
parent | cfc0a350a9fa04f1b0cfa1ba31fbd2847376513f (diff) | |
download | vim-450919587d4566ce3d17e685e183d5c17d9c2a11.zip |
patch 7.4.1072
Problem: Increment test is old style.
Solution: Make the increment test a new style test. (Hirohito Higashi)
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 2ad039ca2..f39245190 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -102,7 +102,6 @@ SCRIPTS_ALL = \ test_erasebackword.out \ test_eval.out \ test_fixeol.out \ - test_increment.out \ test_insertcount.out \ test_listchars.out \ test_listlbr.out \ @@ -174,6 +173,7 @@ SCRIPTS_GUI = test16.out # Keep test_alot.res as the last one, sort the others. NEW_TESTS = test_assert.res \ test_cdo.res \ + test_increment.res \ test_quickfix.res \ test_viml.res \ test_alot.res |