tests: Fixed CW compilation

git-svn-id: http://pugixml.googlecode.com/svn/trunk@773 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
arseny.kapoulkine 2010-10-22 04:28:52 +00:00
parent b9d923814d
commit 6bc4357567

View file

@ -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
{