tests: Fix PUGIXML_WCHAR_MODE build

This commit is contained in:
Arseny Kapoulkine 2017-06-22 22:18:16 -07:00
parent 3870217381
commit 20a8eced3b

View file

@ -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;