diff src/testdir/Make_all.mak @ 9674:adc7212951ee v7.4.2113

commit https://github.com/vim/vim/commit/170b10b421f0c9fda08b7cfd3bb043c064f3659a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 29 16:15:27 2016 +0200 patch 7.4.2113 Problem: Test for undo is flaky. Solution: Turn it into a new style test. Use test_settime() to avoid flakyness.
author Christian Brabandt <cb@256bit.org>
date Fri, 29 Jul 2016 16:30:06 +0200
parents 847518911c0b
children 8c9e13109df8
line wrap: on
line diff
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -51,7 +51,6 @@ SCRIPTS_ALL = \
 	test56.out \
 	test57.out \
 	test60.out \
-	test61.out \
 	test62.out \
 	test63.out \
 	test64.out \
@@ -188,6 +187,7 @@ NEW_TESTS = test_arglist.res \
 	    test_stat.res \
 	    test_syntax.res \
 	    test_textobjects.res \
+	    test_undo.res \
 	    test_usercommands.res \
 	    test_viminfo.res \
 	    test_viml.res \