]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.3172: MzScheme test fails v8.2.3172
authorBram Moolenaar <Bram@vim.org>
Fri, 16 Jul 2021 08:39:28 +0000 (10:39 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 16 Jul 2021 08:39:28 +0000 (10:39 +0200)
Problem:    MzScheme test fails. (Christian Brabandt)
Solution:   Correct function name.

src/testdir/test_vim9_builtin.vim
src/version.c

index f7c2f98ea18c9c15911a3414aa1c318da376b5e7..98ed85fb325e5d63b300c6b31403290044cad27e 100644 (file)
@@ -1662,7 +1662,7 @@ def Test_mzeval()
   if !has('mzscheme')
     CheckFeature mzscheme
   endif
-  CheckDefAndScriptFailure2(['mzscheme(["a"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E730: Using a List as a String')
+  CheckDefAndScriptFailure2(['mzeval(["a"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E730: Using a List as a String')
 enddef
 
 def Test_nextnonblank()
index 3caf18dcad6b0230a54f9f0a7e93e095c59f87aa..78d6088e413f7bd1c801347a76e05fe0d34c1731 100644 (file)
@@ -755,6 +755,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3172,
 /**/
     3171,
 /**/