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)
IXMLDOMDocument_Release(doc);
}
void test_xmlns_attribute(void)
static void test_xmlns_attribute(void)
{
BSTR str;
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