]> granicus.if.org Git - vim/commitdiff
patch 8.2.1920: listlbr test fails when run after another test v8.2.1920
authorBram Moolenaar <Bram@vim.org>
Wed, 28 Oct 2020 21:46:42 +0000 (22:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 28 Oct 2020 21:46:42 +0000 (22:46 +0100)
Problem:    Listlbr test fails when run after another test.
Solution:   Add test separately to list of test targets.

src/testdir/Make_all.mak
src/testdir/test_alot_utf8.vim
src/version.c

index 85688240ab9f8276cd03e44be35ffbb1c4c79d35..364221fd92ffc103a10d5c691481c37a0bbe8845 100644 (file)
@@ -416,6 +416,7 @@ NEW_TESTS_RES = \
        test_listdict.res \
        test_listener.res \
        test_listlbr.res \
+       test_listlbr_utf8.res \
        test_lua.res \
        test_makeencoding.res \
        test_man.res \
index 11de055809a127145c005776bf098bd20f9a1118..77f5ede4c84338c7aacb94a15af670ec3c9dafc9 100644 (file)
@@ -6,7 +6,6 @@
 
 source test_charsearch_utf8.vim
 source test_expr_utf8.vim
-source test_listlbr_utf8.vim
 source test_mksession_utf8.vim
 source test_regexp_utf8.vim
 source test_source_utf8.vim
index 2aa5b0d948af16636d9aa3eed60bcc0e33036868..7031dc5ac9cb3b9fa938eba39c008a0ea6aefee7 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1920,
 /**/
     1919,
 /**/