diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_xpath_variables.cpp | 2 |
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; |