summaryrefslogtreecommitdiff
path: root/tests/test_xpath_parse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_xpath_parse.cpp')
-rw-r--r--tests/test_xpath_parse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_xpath_parse.cpp b/tests/test_xpath_parse.cpp
index 6e04c8b..2c2af5a 100644
--- a/tests/test_xpath_parse.cpp
+++ b/tests/test_xpath_parse.cpp
@@ -275,7 +275,7 @@ TEST_XML(xpath_parse_absolute, "<div><s/></div>")
#ifdef PUGIXML_NO_EXCEPTIONS
# define CHECK_XPATH_FAIL_OOM(query) CHECK_XPATH_FAIL(query)
#else
-void test_xpath_fail_oom(const char_t* query)
+static void test_xpath_fail_oom(const char_t* query)
{
try
{