summaryrefslogtreecommitdiff
path: root/tests/test_xpath_operators.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_xpath_operators.cpp')
-rw-r--r--tests/test_xpath_operators.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/test_xpath_operators.cpp b/tests/test_xpath_operators.cpp
index 610e2b2..0355e46 100644
--- a/tests/test_xpath_operators.cpp
+++ b/tests/test_xpath_operators.cpp
@@ -2,18 +2,6 @@
#include "common.hpp"
-#if defined(_MSC_VER) && _MSC_VER == 1200
-# define MSVC6_NAN_BUG // NaN comparison on MSVC6 is incorrect, see http://www.nabble.com/assertDoubleEquals,-NaN---Microsoft-Visual-Studio-6-td9137859.html
-#endif
-
-#if defined(__INTEL_COMPILER) && __INTEL_COMPILER == 800
-# 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, "<node><foo-bar>10</foo-bar><foo>2</foo><bar>3</bar></node>")
{
xml_node c;