Commit fe614000 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

msxml3/tests: Remove an unused assignment (PVS-Studio).

parent 514951cc
......@@ -4903,7 +4903,6 @@ static void test_xmlTypes(void)
doc = create_document(&IID_IXMLDOMDocument);
pNextChild = (void*)0xdeadbeef;
hr = IXMLDOMDocument_get_nextSibling(doc, NULL);
ok(hr == E_INVALIDARG, "ret %08x\n", hr );
......
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