diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-19 21:44:08 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-19 21:44:08 +0200 |
commit | 999dc14644b8a9530ce0da22e90ca402c95c9c5a (patch) | |
tree | 12accea49ac79440cbb9fbca9daad2004d0be92b /src/testdir/Make_all.mak | |
parent | 8471e57026714c5a0faf89288ceef5231fb88d4f (diff) | |
download | vim-git-999dc14644b8a9530ce0da22e90ca402c95c9c5a.tar.gz |
patch 8.1.1357: test 37 is old stylev8.1.1357
Problem: Test 37 is old style.
Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes #4398)
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 f9f2b6504..6442236dc 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 \ - test37.out \ test39.out \ test42.out \ test44.out \ |