diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-09-26 20:14:56 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-09-26 20:14:56 +0200 |
commit | 1eceadaf481e34ed8155011534159775697ce884 (patch) | |
tree | 9702813aaebc0ea9b0c213265be56ab61a0c360f /src/Makefile | |
parent | c79d6aa01d86cd98cffddc80825c1c600e833bbf (diff) | |
download | vim-1eceadaf481e34ed8155011534159775697ce884.zip |
patch 8.0.0014
Problem: Crypt tests are old style.
Solution: Convert to new style.
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 61c5919d0..d7658e936 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2048,7 +2048,7 @@ test1 \ test40 test41 test42 test43 test44 test45 test48 test49 \ test50 test51 test52 test53 test54 test55 test56 test57 test58 test59 \ test60 test64 test65 test66 test67 test68 test69 \ - test70 test71 test72 test73 test74 test75 test76 test77 test78 test79 \ + test70 test72 test73 test74 test75 test76 test77 test78 test79 \ test80 test82 test83 test84 test85 test86 test87 test88 test89 \ test90 test91 test92 test93 test94 test95 test97 test98 test99 \ test100 test101 test103 test104 test107 test108: |