diff src/Makefile @ 16564:6d9461653dc5 v8.1.1285

patch 8.1.1285: test17 is old style commit https://github.com/vim/vim/commit/f0ab01f6d868164ed0bb247b6f7b152e6929ef18 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 6 22:00:00 2019 +0200 patch 8.1.1285: test17 is old style Problem: Test17 is old style. Solution: Turn into new style test. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4347)
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 May 2019 22:15:05 +0200
parents 854fb0ad4be6
children 30de89c1d090
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -2175,7 +2175,7 @@ test_libvterm:
 # These do not depend on the executable, compile it when needed.
 test1 \
 	test_eval \
-	test3 test17 \
+	test3 \
 	test29 test30 test37 test39 \
 	test42 test44 test48 test49 \
 	test52 test59 \