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
@ -275,7 +275,7 @@ TEST_XML(xpath_parse_absolute, "<div><s/></div>")
|
|||||||
#ifdef PUGIXML_NO_EXCEPTIONS
|
#ifdef PUGIXML_NO_EXCEPTIONS
|
||||||
# define CHECK_XPATH_FAIL_OOM(query) CHECK_XPATH_FAIL(query)
|
# define CHECK_XPATH_FAIL_OOM(query) CHECK_XPATH_FAIL(query)
|
||||||
#else
|
#else
|
||||||
void test_xpath_fail_oom(const char_t* query)
|
static void test_xpath_fail_oom(const char_t* query)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user