Commit ed429596 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msxml3/tests: Make test_namespaces_as_attributes() static.

parent 904d1688
......@@ -12847,7 +12847,7 @@ static const namespace_as_attribute_t namespace_as_attribute_test_data[] = {
{ 0 }
};
void test_namespaces_as_attributes(void)
static void test_namespaces_as_attributes(void)
{
const namespace_as_attribute_t *entry = namespace_as_attribute_test_data;
static const char ns_as_attr_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