[PATCH] vbscript/tests: Fix tests failures on Win10.
23 Oct
2019
23 Oct
'19
8:56 a.m.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> --- dlls/vbscript/tests/createobj.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/vbscript/tests/createobj.c b/dlls/vbscript/tests/createobj.c index 1c72ed25c4..b16be88b85 100644 --- a/dlls/vbscript/tests/createobj.c +++ b/dlls/vbscript/tests/createobj.c @@ -229,7 +229,6 @@ static HRESULT WINAPI DispatchEx_GetTypeInfoCount(IDispatchEx *iface, UINT *pcti static HRESULT WINAPI DispatchEx_GetTypeInfo(IDispatchEx *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