msxml3/tests: Make test_XPath() static.

This commit is contained in:
Francois Gouget 2012-02-19 23:32:17 +01:00 committed by Alexandre Julliard
parent 79e85098d0
commit ebe1a25208

View file

@ -5523,7 +5523,7 @@ static const selection_ns_t selection_ns_data[] = {
{ NULL }
};
void test_XPath(void)
static void test_XPath(void)
{
const selection_ns_t *ptr = selection_ns_data;
VARIANT var;