summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-10-22 04:28:52 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-10-22 04:28:52 +0000
commit6bc43575676766cb232a296874d32512150d2265 (patch)
treead9631f4535236382d31da16184286059224bb01
parentb9d923814d875f80b6940a68fdaec890c49d7afc (diff)
tests: Fixed CW compilation
git-svn-id: http://pugixml.googlecode.com/svn/trunk@773 99668b35-9821-0410-8761-19e4c4f06640
-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
{