Problem: MzScheme test fails. (Christian Brabandt)
Solution: Correct function name.
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()
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 3172,
/**/
3171,
/**/