]> granicus.if.org Git - vim/commitdiff
patch 8.1.1467: cscope test fails v8.1.1467
authorBram Moolenaar <Bram@vim.org>
Tue, 4 Jun 2019 21:20:23 +0000 (23:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 4 Jun 2019 21:20:23 +0000 (23:20 +0200)
Problem:    Cscope test fails.
Solution:   Update expected text.

src/testdir/test_cscope.vim
src/version.c

index 3b2abf5e1ac4bab920635474370451f490845cf6..7795ac7af264ef0aecbbcc06961be28dd3f65936 100644 (file)
@@ -123,8 +123,8 @@ func Test_cscopeWithCscopeConnections()
     if cs_version >= 15.8
       for cmd in ['cs find a item', 'cs find 9 item']
         let a = execute(cmd)
-        call assert_equal(['', '(1 of 4): <<test_mf_hash>> item = LALLOC_CLEAR_ONE(mf_hashtab_T);'], split(a, '\n', 1))
-        call assert_equal('    item = LALLOC_CLEAR_ONE(mf_hashtab_T);', getline('.'))
+        call assert_equal(['', '(1 of 4): <<test_mf_hash>> item = LALLOC_CLEAR_ONE(mf_hashitem_T);'], split(a, '\n', 1))
+        call assert_equal('    item = LALLOC_CLEAR_ONE(mf_hashitem_T);', getline('.'))
         cnext
         call assert_equal('    item = mf_hash_find(&ht, key);', getline('.'))
         cnext
index 7e645896401a15f9397866eb1a2a080b92c0d062..de5e0abbb43de3b2c11849d5cfc12ccc5567ee99 100644 (file)
@@ -767,6 +767,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1467,
 /**/
     1466,
 /**/