forked from aniani/vim
patch 9.0.1754: still Ci breakage (after 9.0.1741)
Problem: still ci breakage (after 9.0.1741) Solution: fix remaining issue Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: LemonBoy <thatlemon@gmail.com>
This commit is contained in:
committed by
Christian Brabandt
parent
b5f6fe9ca2
commit
f244b2fbf2
@@ -682,8 +682,8 @@ check_typval_arg_type(
|
||||
{
|
||||
where.wt_index = arg_idx;
|
||||
where.wt_kind = WT_ARGUMENT;
|
||||
where.wt_func_name = func_name;
|
||||
}
|
||||
where.wt_func_name = func_name;
|
||||
return check_typval_type(expected, actual_tv, where);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user