diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-04-27 18:00:34 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-04-27 18:00:34 +0200 |
commit | c6b37db1ba704455daa8f9e78bc1c2492fb81f40 (patch) | |
tree | efcf0a80525a0fc79ae3f5b9f24ba0330f51ee1e /src/testdir/Make_all.mak | |
parent | e13a3901cae0afb4d2af30d497696af08029fd81 (diff) | |
download | vim-git-c6b37db1ba704455daa8f9e78bc1c2492fb81f40.tar.gz |
patch 8.1.1214: old style testsv8.1.1214
Problem: Old style tests.
Solution: Move tests from test14 to new style test files. (Yegappan
Lakshmanan, closes #4308)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r-- | src/testdir/Make_all.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 276bbeec5..91db070fd 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -14,7 +14,6 @@ SCRIPTS_FIRST = \ # Tests that run on all systems. SCRIPTS_ALL = \ test3.out \ - test14.out \ test29.out \ test37.out \ test39.out \ |