From a70f6b1a70aa1c31cedd3659e070bc46a8722fc1 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Thu, 29 Oct 2009 21:47:37 +0000 Subject: tests: CodeWarrior and BCC supported git-svn-id: http://pugixml.googlecode.com/svn/trunk@195 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_xpath_operators.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/test_xpath_operators.cpp') diff --git a/tests/test_xpath_operators.cpp b/tests/test_xpath_operators.cpp index 8a83723..de18070 100644 --- a/tests/test_xpath_operators.cpp +++ b/tests/test_xpath_operators.cpp @@ -10,6 +10,10 @@ # define MSVC6_NAN_BUG // IC8 seems to have the same bug as MSVC6 does #endif +#if defined(__BORLANDC__) +# define MSVC6_NAN_BUG // BCC seems to have the same bug as MSVC6 does +#endif + TEST_XML(xpath_operators_arithmetic, "1023") { xml_node c; -- cgit v1.2.3