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

Michael Stefaniuc mstefani at redhat.com
Wed Jan 21 03:51:34 CST 2015


*SIGH* please ignore this one as this is already commited. Pushed out
the wrong mailbox.

On 01/21/2015 10:43 AM, Michael Stefaniuc wrote:
> --- dlls/msxml3/tests/domdoc.c | 1 - 1 file changed, 1 deletion(-)
> 
> diff --git a/dlls/msxml3/tests/domdoc.c
> b/dlls/msxml3/tests/domdoc.c index 1a73771..a23fb66 100644 ---
> a/dlls/msxml3/tests/domdoc.c +++ b/dlls/msxml3/tests/domdoc.c @@
> -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 );



More information about the wine-devel mailing list