msxml3/tests: Make test_xmlns_attribute() static.
This commit is contained in:
parent
ac0738471d
commit
78a52bd867
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue