Jacek Caban : vbscript/tests: Fix tests on recent win10.
Module: wine Branch: master Commit: 17fb70efe6d94e8f1b4504fd32e29ab5e48280bd URL: https://source.winehq.org/git/wine.git/?a=commit;h=17fb70efe6d94e8f1b4504fd3... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Wed Aug 21 20:21:53 2019 +0200 vbscript/tests: Fix tests on recent win10. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/vbscript/tests/run.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/vbscript/tests/run.c b/dlls/vbscript/tests/run.c index 88ec994..15a8f10 100644 --- a/dlls/vbscript/tests/run.c +++ b/dlls/vbscript/tests/run.c @@ -696,7 +696,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; }
participants (1)
-
Alexandre Julliard