diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-14 17:57:19 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-14 17:57:19 +0200 |
commit | fb222df28d5158516104a21cba7141a6240f4817 (patch) | |
tree | 6de535571696eae737efab50127a7e0f35b3680a /src/Makefile | |
parent | 9e58787de737479fb210a3bfef7458d667406d17 (diff) | |
download | vim-git-fb222df28d5158516104a21cba7141a6240f4817.tar.gz |
patch 8.1.1331: test 29 is old stylev8.1.1331
Problem: Test 29 is old style.
Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes #4370)
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 e50438c17..b6dfe7548 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2179,7 +2179,7 @@ test_libvterm: test1 \ test_eval \ test3 \ - test29 test30 test37 test39 \ + test30 test37 test39 \ test42 test44 test48 test49 \ test52 test59 \ test64 test69 \ |