diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-16 22:43:31 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-16 22:43:31 +0100 |
commit | afc13bd8271819c7871ff2ae2cfebb22190a0d39 (patch) | |
tree | 29ac3ef9ad7dd3c020120ed9842b3ae376298d71 /src/testdir/Make_all.mak | |
parent | ddef129160ff0676e5da482071fb2fdc2988ac34 (diff) | |
download | vim-git-afc13bd8271819c7871ff2ae2cfebb22190a0d39.tar.gz |
patch 8.2.0014: test69 and test95 are old stylev8.2.0014
Problem: Test69 and test95 are old style.
Solution: Convert to new style tests. (Yegappan Lakshmanan, closes #5365)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r-- | src/testdir/Make_all.mak | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 83095fd89..db6b4fa6d 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -15,9 +15,7 @@ SCRIPTS_FIRST = \ SCRIPTS_ALL = \ test42.out \ test44.out \ - test69.out \ test70.out \ - test95.out \ test99.out \ test_eval.out |