msxml3/tests: Remove unneeded assignment (LLVM/Clang).
This commit is contained in:
parent
e450573412
commit
fd2c5bb32e
|
@ -883,7 +883,7 @@ static void test_domdoc( void )
|
|||
if (0)
|
||||
{
|
||||
/* crashes on native */
|
||||
r = IXMLDOMDocument_loadXML( doc, (BSTR)0x1, NULL );
|
||||
IXMLDOMDocument_loadXML( doc, (BSTR)0x1, NULL );
|
||||
}
|
||||
|
||||
/* try some stupid things */
|
||||
|
|
Loading…
Reference in New Issue