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/Makefile | |
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/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 10405c61c..1347499eb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2181,7 +2181,6 @@ test_libvterm: # These do not depend on the executable, compile it when needed. test1 \ test_eval \ - test3 \ test39 \ test42 test44 test48 test49 \ test52 test59 \ |