Commit fd2c5bb3 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent e4505734
...@@ -883,7 +883,7 @@ static void test_domdoc( void ) ...@@ -883,7 +883,7 @@ static void test_domdoc( void )
if (0) if (0)
{ {
/* crashes on native */ /* crashes on native */
r = IXMLDOMDocument_loadXML( doc, (BSTR)0x1, NULL ); IXMLDOMDocument_loadXML( doc, (BSTR)0x1, NULL );
} }
/* try some stupid things */ /* try some stupid things */
......
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