From a4a2e735ecf34cfeb3754fc0cea27ff8ae78a5a4 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Wed, 23 Oct 2019 11:56:45 +0300 Subject: [PATCH] vbscript/tests: Fix tests failures on Win10. Signed-off-by: Nikolay Sivov Signed-off-by: Jacek Caban Signed-off-by: Alexandre Julliard --- 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 1c72ed25c45..b16be88b85b 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; }