msxml3/tests: Remove unneeded assignment (LLVM/Clang).

This commit is contained in:
Austin English 2011-02-07 14:58:12 -08:00 committed by Alexandre Julliard
parent e450573412
commit fd2c5bb32e
1 changed files with 1 additions and 1 deletions

View File

@ -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 */