From: Qian Hong Subject: [PATCH 1/5] jscript/tests: Removed unnecessary new line. Message-Id: <54C21177.7000202@codeweavers.com> Date: Fri, 23 Jan 2015 17:16:39 +0800 --- dlls/jscript/tests/activex.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/jscript/tests/activex.c b/dlls/jscript/tests/activex.c index 636dd81..7e3d134 100644 --- a/dlls/jscript/tests/activex.c +++ b/dlls/jscript/tests/activex.c @@ -156,7 +156,6 @@ static HRESULT WINAPI ObjectWithSite_SetSite(IObjectWithSite *iface, IUnknown *p IServiceProvider *sp; HRESULT hres; - CHECK_EXPECT(SetSite); ok(pUnkSite != NULL, "pUnkSite == NULL\n");