tests: Fixed CW compilation
git-svn-id: http://pugixml.googlecode.com/svn/trunk@773 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
b9d923814d
commit
6bc4357567
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue