Skip to content

Commit

Permalink
patch 8.2.3172: MzScheme test fails
Browse files Browse the repository at this point in the history
Problem:    MzScheme test fails. (Christian Brabandt)
Solution:   Correct function name.
  • Loading branch information
brammool committed Jul 16, 2021
1 parent f5f1b59 commit 20c370d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/testdir/test_vim9_builtin.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3172,
/**/
3171,
/**/
Expand Down

0 comments on commit 20c370d

Please sign in to comment.