Mercurial > vim
comparison src/Makefile @ 16821:140bf183f946 v8.1.1412
patch 8.1.1412: test 30 is old style
commit https://github.com/vim/vim/commit/72fcf07b0639b49be3305de141d777baa9c965a0
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon May 27 22:21:44 2019 +0200
patch 8.1.1412: test 30 is old style
Problem: Test 30 is old style.
Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4440)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 27 May 2019 22:30:06 +0200 |
parents | eda4d65f232c |
children | d615cc95089c |
comparison
equal
deleted
inserted
replaced
16820:5e02daf3e49c | 16821:140bf183f946 |
---|---|
2180 # Run individual OLD style test. | 2180 # Run individual OLD style test. |
2181 # These do not depend on the executable, compile it when needed. | 2181 # These do not depend on the executable, compile it when needed. |
2182 test1 \ | 2182 test1 \ |
2183 test_eval \ | 2183 test_eval \ |
2184 test3 \ | 2184 test3 \ |
2185 test30 test39 \ | 2185 test39 \ |
2186 test42 test44 test48 test49 \ | 2186 test42 test44 test48 test49 \ |
2187 test52 test59 \ | 2187 test52 test59 \ |
2188 test64 test69 \ | 2188 test64 test69 \ |
2189 test70 test72 \ | 2189 test70 test72 \ |
2190 test86 test87 test88 \ | 2190 test86 test87 test88 \ |