[PATCH] wscript/tests: Fix test failures on Win10.
23 Oct
2019
23 Oct
'19
2:39 a.m.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> --- programs/wscript/tests/run.c | 1 - 1 file changed, 1 deletion(-) diff --git a/programs/wscript/tests/run.c b/programs/wscript/tests/run.c index 16d14ff79f..96ce03044c 100644 --- a/programs/wscript/tests/run.c +++ b/programs/wscript/tests/run.c @@ -134,7 +134,6 @@ static HRESULT WINAPI Dispatch_GetTypeInfoCount(IDispatch *iface, UINT *pctinfo) static HRESULT WINAPI Dispatch_GetTypeInfo(IDispatch *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) { - ok(0, "unexpected call\n"); return E_NOTIMPL; } -- 2.23.0
2249
Age (days ago)
2249
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jacek Caban -
Nikolay Sivov