]> granicus.if.org Git - vim/commitdiff
patch 8.2.1216: startup test fails v8.2.1216
authorBram Moolenaar <Bram@vim.org>
Tue, 14 Jul 2020 23:37:36 +0000 (01:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 14 Jul 2020 23:37:36 +0000 (01:37 +0200)
Problem:    Startup test fails.
Solution:   Adjust expected values for deleted lines.

src/testdir/test_startup.vim
src/version.c

index 00696284e7d46e5e2725dd984347f7bbcc72cc68..8c889fdb1e665531c97be8b16488bfbb8c953710 100644 (file)
@@ -299,7 +299,7 @@ func Test_q_arg()
   if RunVim([], after, '-q')
     let lines = readfile('Xtestout')
     call assert_equal(['errors.err',
-       \              '[0, 208, 5, 0]',
+       \              '[0, 208, 1, 0]',
        \              source_file . "|208 col 5| error: expected ';' before '}' token"],
        \             lines)
   endif
@@ -311,7 +311,7 @@ func Test_q_arg()
   if RunVim([], after, '-q Xerrors')
     let lines = readfile('Xtestout')
     call assert_equal(['Xerrors',
-       \              '[0, 208, 5, 0]',
+       \              '[0, 208, 1, 0]',
        \              source_file . "|208 col 5| error: expected ';' before '}' token"],
        \             lines)
   endif
@@ -321,7 +321,7 @@ func Test_q_arg()
   if RunVim([], after, '-qXerrors')
     let lines = readfile('Xtestout')
     call assert_equal(['Xerrors',
-       \              '[0, 208, 5, 0]',
+       \              '[0, 208, 1, 0]',
        \              source_file . "|208 col 5| error: expected ';' before '}' token"],
        \             lines)
   endif
index ce0a53e971b74ac2ed1beb483485bfaa30c6f21b..7b310e965ff36caae24236e9bf08ef17b774fa52 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1216,
 /**/
     1215,
 /**/