[PATCH 2/3] jscript_test: improve message in DispatchEx_Invoke

Andreas Maier staubim at quantentunnel.de
Wed Apr 24 15:38:01 CDT 2019


Patch created by Jacek Caban <jacek at codeweavers.com>

Signed-off-by: Andreas Maier <staubim at quantentunnel.de>
---
 dlls/jscript/tests/run.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/jscript/tests/run.c b/dlls/jscript/tests/run.c
index aadb31700d..e79e02f189 100644
--- a/dlls/jscript/tests/run.c
+++ b/dlls/jscript/tests/run.c
@@ -267,7 +267,7 @@ static HRESULT WINAPI DispatchEx_Invoke(IDispatchEx *iface, DISPID dispIdMember,
                             REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams,
                             VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
 {
-    ok(0, "unexpected call\n");
+    ok(0, "unexpected call %d\n", dispIdMember);
     return E_NOTIMPL;
 }

--
2.11.0




More information about the wine-devel mailing list