On 4/24/19 10:38 PM, Andreas Maier wrote:
Patch created by Jacek Caban jacek@codeweavers.com
Signed-off-by: Andreas Maier staubim@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;
Please just skip this, you add a better version in your patch anyway.
Jacek