Module: wine Branch: master Commit: a4a2e735ecf34cfeb3754fc0cea27ff8ae78a5a4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a4a2e735ecf34cfeb3754fc0c...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Wed Oct 23 11:56:45 2019 +0300
vbscript/tests: Fix tests 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
---
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; }