diff options
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r-- | src/nvim/testdir/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index c2fdca8514..db8547753d 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -28,9 +28,8 @@ SCRIPTS := \ test_charsearch.out \ test_close_count.out \ test_command_count.out \ - test_increment.out \ -NEW_TESTS = +NEW_TESTS = test_increment.res SCRIPTS_GUI := test16.out |