summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2017-06-22 22:18:16 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2017-06-22 22:18:16 -0700
commit20a8eced3b86c03d9dce7823feb3536a75c78b3e (patch)
treec58d5cbf18ca2413477100cd3c254c3955f2a73d
parent3870217381529093b9e8752056ca6784b8d03bc6 (diff)
tests: Fix PUGIXML_WCHAR_MODE build
-rw-r--r--tests/test_xpath_variables.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_xpath_variables.cpp b/tests/test_xpath_variables.cpp
index 0292e8b..8a65e3c 100644
--- a/tests/test_xpath_variables.cpp
+++ b/tests/test_xpath_variables.cpp
@@ -636,7 +636,7 @@ TEST_XML(xpath_variables_evaluate_node_set_out_of_memory, "<node />")
xpath_variable_set set;
set.set(STR("nodes"), ns);
- xpath_query q("$nodes", &set);
+ xpath_query q(STR("$nodes"), &set);
test_runner::_memory_fail_threshold = 1;