diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-31 20:02:53 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-31 20:02:53 +0200 |
commit | 1ab74a5af36933f1c3023a910af20280bb79bd6c (patch) | |
tree | 8fb0897c575b38961531c8885367ed55de0ffaed /src/testdir/Make_all.mak | |
parent | eea169983654de8a502c2c6521696a4b504abfa3 (diff) | |
download | vim-git-1ab74a5af36933f1c3023a910af20280bb79bd6c.tar.gz |
patch 8.1.1434: test 3 is old stylev8.1.1434
Problem: Test 3 is old style.
Solution: Turn into a new style test. (Yegappan Lakshmanan, closes #4460)
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 ce9955f59..34644d6b9 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -13,7 +13,6 @@ SCRIPTS_FIRST = \ # Tests that run on all systems. SCRIPTS_ALL = \ - test3.out \ test39.out \ test42.out \ test44.out \ |