]> granicus.if.org Git - vim/commitdiff
patch 8.2.0383: wrong feature check causes test not to be run v8.2.0383
authorBram Moolenaar <Bram@vim.org>
Sun, 15 Mar 2020 13:53:35 +0000 (14:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 15 Mar 2020 13:53:35 +0000 (14:53 +0100)
Problem:    Wrong feature check causes test not to be run.
Solution:   Use CheckFunction instead of CheckFeature. (Ozaki Kiichi,
            closes #5781)

src/testdir/test_channel.vim
src/version.c

index af767d2c4074b329215b12f779f7d42c8ab3fcde..2034aecfba8fb031f26837e882876a42aa8b7acb 100644 (file)
@@ -1775,7 +1775,7 @@ endfunc
 
 func Test_job_start_in_timer()
   CheckFeature timers
-  CheckFeature reltimefloat
+  CheckFunction reltimefloat
 
   func OutCb(chan, msg)
     let g:val += 1
index b6b408da37ed6778f93047656193cab8ddba1953..b7ae44476d4df12e626a95de907c59e516a5ef7a 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    383,
 /**/
     382,
 /**/