[PATCH] wscript/tests: Fix test failures on Win10.

Nikolay Sivov nsivov at codeweavers.com
Wed Oct 23 02:39:00 CDT 2019


Signed-off-by: Nikolay Sivov <nsivov at 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




More information about the wine-devel mailing list