diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-14 20:35:01 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-14 20:35:01 +0100 |
commit | 3e2d1c8cd61ca073e680f3b221ce887e05ba39cf (patch) | |
tree | 36306622622f5927706a1b9effe4a72870b3414e /src/Makefile | |
parent | 09dd2bb3364cc8fb5a8f2507bc2f4ceba481db3d (diff) | |
download | vim-git-3e2d1c8cd61ca073e680f3b221ce887e05ba39cf.tar.gz |
patch 8.2.0008: test72 is old stylev8.2.0008
Problem: Test72 is old style.
Solution: Convert to new style test. (Yegappan Lakshmanan, closes #5362)
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index fc0ffa76f..6b1881db3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2256,7 +2256,7 @@ test1 \ test42 test44 test49 \ test52 test59 \ test64 test69 \ - test70 test72 \ + test70 \ test86 test87 \ test95 test99: cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE) |