diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-04-29 22:01:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-04-29 22:01:21 +0200 |
commit | 339d60c89bef0315343a6128a1b4826510b0efe4 (patch) | |
tree | 0d6d1a34dc0271294ea20999b69420a475e89622 /src/Makefile | |
parent | ed8ce057b7a2fcd89b5f55680ae8f85d62a992a5 (diff) | |
download | vim-git-339d60c89bef0315343a6128a1b4826510b0efe4.tar.gz |
patch 8.2.0661: eval test is still old stylev8.2.0661
Problem: Eval test is still old style.
Solution: Change into new style tests. (Yegappan Lakshmanan, closes #6009)
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 c8e0f087f..0e1ac7705 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2291,7 +2291,6 @@ test_libvterm: # Run individual OLD style test. # These do not depend on the executable, compile it when needed. test1 \ - test_eval \ test42 test44 test49 \ test52 test59 \ test70 \ |