Nikolay Sivov : wscript/tests: Fix test failures on Win10.

Alexandre Julliard julliard at winehq.org
Wed Oct 23 15:31:31 CDT 2019


Module: wine
Branch: master
Commit: bfcf1703c504b07c35ed05da48b1fbfbcd85d4d6
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=bfcf1703c504b07c35ed05da48b1fbfbcd85d4d6

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Oct 23 10:39:00 2019 +0300

wscript/tests: Fix test failures on Win10.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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;
 }
 




More information about the wine-cvs mailing list