Nikolay Sivov : vbscript/tests: Fix tests failures on Win10.

Alexandre Julliard julliard at winehq.org
Wed Oct 23 15:31:31 CDT 2019


Module: wine
Branch: master
Commit: a4a2e735ecf34cfeb3754fc0cea27ff8ae78a5a4
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a4a2e735ecf34cfeb3754fc0cea27ff8ae78a5a4

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Oct 23 11:56:45 2019 +0300

vbscript/tests: Fix tests failures on Win10.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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;
 }
 




More information about the wine-cvs mailing list