msxml3/tests: Make test_xmlns_attribute() static.

oldstable
Francois Gouget 2013-03-12 11:34:43 +01:00 committed by Alexandre Julliard
parent ac0738471d
commit 78a52bd867
1 changed files with 1 additions and 1 deletions

View File

@ -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;