Commit 78a52bd8 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msxml3/tests: Make test_xmlns_attribute() static.

parent ac073847
...@@ -10754,7 +10754,7 @@ static void test_nodeValue(void) ...@@ -10754,7 +10754,7 @@ static void test_nodeValue(void)
IXMLDOMDocument_Release(doc); IXMLDOMDocument_Release(doc);
} }
void test_xmlns_attribute(void) static void test_xmlns_attribute(void)
{ {
BSTR str; BSTR str;
IXMLDOMDocument *doc; IXMLDOMDocument *doc;
......
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