diff options
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index a161f14bc8..181d8bb33f 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -17,7 +17,6 @@ SCRIPTS_DEFAULT = \ test14.out \ test24.out \ test37.out \ - test40.out \ test42.out \ test48.out \ test52.out \ @@ -102,6 +101,7 @@ NEW_TESTS ?= \ test_stat.res \ test_startup.res \ test_substitute.res \ + test_swap.res \ test_syntax.res \ test_system.res \ test_tab.res \ |