Jacek Caban : vbscript/tests: Fix tests on recent win10.

Alexandre Julliard julliard at winehq.org
Wed Aug 21 14:39:33 CDT 2019


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Aug 21 20:21:53 2019 +0200

vbscript/tests: Fix tests on recent win10.

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




More information about the wine-cvs mailing list