From 6bc43575676766cb232a296874d32512150d2265 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Fri, 22 Oct 2010 04:28:52 +0000 Subject: tests: Fixed CW compilation git-svn-id: http://pugixml.googlecode.com/svn/trunk@773 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_xpath_parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, "
") #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 { -- cgit v1.2.3