Commit 785863ef authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

mshtml/tests: Fix text in ok().

parent c823c9eb
......@@ -4142,8 +4142,8 @@ static void test_elems(IHTMLDocument2 *doc)
str = a2bstr("img");
hres = IHTMLDocument3_getElementsByTagName(doc3, str, &col);
ok(hres == S_OK, "getElementsByTagName(%s) failed: %08x\n", dbgstr_w(str), hres);
SysFreeString(str);
ok(hres == S_OK, "getElementByTag(%s) failed: %08x\n", dbgstr_w(ifrW), hres);
if(hres == S_OK)
{
static const elem_type_t img_types[] = { ET_IMG };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment