diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-03 22:59:23 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-03 22:59:23 +0100 |
commit | 079119babe1cbba3f9234927e62fd75465f2d6b4 (patch) | |
tree | 95b8806dc8baae79c990fbc83f2fe7d0dd402937 /src/testdir/Make_all.mak | |
parent | 4ceaa3a6e0b8cb2994c303041aedcbb60527cd61 (diff) | |
download | vim-git-079119babe1cbba3f9234927e62fd75465f2d6b4.tar.gz |
patch 8.1.2384: test 48 is old stylev8.1.2384
Problem: Test 48 is old style.
Solution: Merge test cases into new style test. (Yegappan Lakshmanan,
closes #5307)
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 f6d6c1717..e664217aa 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -16,7 +16,6 @@ SCRIPTS_ALL = \ test39.out \ test42.out \ test44.out \ - test48.out \ test64.out \ test69.out \ test70.out \ |