diff src/testdir/Make_all.mak @ 9338:f23feeba7549 v7.4.1951

commit https://github.com/vim/vim/commit/85babd6db65afb0eb06a7a9a0778d692248c5c2b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 21 22:59:28 2016 +0200 patch 7.4.1951 Problem: Ruby test is old style. Solution: Convert to a new style test. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Jun 2016 23:00:07 +0200
parents cd9c4bbe1d03
children 96a248eddf5f
line wrap: on
line diff
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -106,7 +106,6 @@ SCRIPTS_ALL = \
 	test_marks.out \
 	test_nested_function.out \
 	test_options.out \
-	test_ruby.out \
 	test_search_mbyte.out \
 	test_signs.out \
 	test_tagcase.out \
@@ -180,6 +179,7 @@ NEW_TESTS = test_arglist.res \
 	    test_packadd.res \
 	    test_perl.res \
 	    test_quickfix.res \
+	    test_ruby.res \
 	    test_syntax.res \
 	    test_usercommands.res \
 	    test_viminfo.res \