Module: wine Branch: master Commit: bfcf1703c504b07c35ed05da48b1fbfbcd85d4d6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=bfcf1703c504b07c35ed05da4...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Wed Oct 23 10:39:00 2019 +0300
wscript/tests: Fix test failures on Win10.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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; }