diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-07-03 21:17:34 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-07-03 21:17:34 +0200 |
commit | effb0cd75de647a2a0bf95cb26eaa2feee8068d9 (patch) | |
tree | 4ea816758ce63831ec4e1f696ad4ec64a604a887 /src/Makefile | |
parent | 442af2f89e29fb60790bffde2def9cd74a081780 (diff) | |
download | vim-git-effb0cd75de647a2a0bf95cb26eaa2feee8068d9.tar.gz |
patch 8.2.1123: Python 3 test is old stylev8.2.1123
Problem: Python 3 test is old style.
Solution: Turn into new style test. (Yegappan Lakshmanan, closes #6385)
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 916666297..2b1002440 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2308,7 +2308,6 @@ test1 \ test42 test44 test49 \ test52 test59 \ test70 \ - test87 \ test99: cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE) |