tests: Fix PUGIXML_WCHAR_MODE build
This commit is contained in:
parent
3870217381
commit
20a8eced3b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue