commit | 079119babe1cbba3f9234927e62fd75465f2d6b4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 03 22:59:23 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 03 22:59:23 2019 +0100 |
tree | 95b8806dc8baae79c990fbc83f2fe7d0dd402937 | |
parent | 4ceaa3a6e0b8cb2994c303041aedcbb60527cd61 [diff] [blame] |
patch 8.1.2384: test 48 is old style Problem: Test 48 is old style. Solution: Merge test cases into new style test. (Yegappan Lakshmanan, closes #5307)
diff --git a/src/Makefile b/src/Makefile index e1968ba..e0926a6 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2252,7 +2252,7 @@ test1 \ test_eval \ test39 \ - test42 test44 test48 test49 \ + test42 test44 test49 \ test52 test59 \ test64 test69 \ test70 test72 \