summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_xpath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_xpath.cpp b/tests/test_xpath.cpp
index 1c1d413..0f8149f 100644
--- a/tests/test_xpath.cpp
+++ b/tests/test_xpath.cpp
@@ -290,7 +290,7 @@ TEST(xpath_large_node_set)
xml_document doc;
CHECK(doc.load_file("tests/data/large.xml"));
- xpath_node_set ns = doc.select_nodes("//*");
+ xpath_node_set ns = doc.select_nodes(STR("//*"));
CHECK(ns.size() == 10001);
}