diff options
Diffstat (limited to 'tests/test_xpath_functions.cpp')
-rw-r--r-- | tests/test_xpath_functions.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_xpath_functions.cpp b/tests/test_xpath_functions.cpp index d580d89..ef04667 100644 --- a/tests/test_xpath_functions.cpp +++ b/tests/test_xpath_functions.cpp @@ -1,3 +1,5 @@ +#ifndef PUGIXML_NO_XPATH
+
#include "common.hpp"
TEST_XML(xpath_number_number, "<node>123</node>")
@@ -530,3 +532,5 @@ TEST(xpath_function_arguments) // lack of commas
CHECK_XPATH_FAIL("substring(1 2)");
}
+
+#endif
|