summaryrefslogtreecommitdiff
path: root/tests/test_xpath_functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_xpath_functions.cpp')
-rw-r--r--tests/test_xpath_functions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_xpath_functions.cpp b/tests/test_xpath_functions.cpp
index 480eb97..604da78 100644
--- a/tests/test_xpath_functions.cpp
+++ b/tests/test_xpath_functions.cpp
@@ -809,7 +809,7 @@ TEST(xpath_unknown_functions)
query[0] = ch;
CHECK_XPATH_FAIL(query);
- query[0] = ch - 32;
+ query[0] = char_t(ch - 32);
CHECK_XPATH_FAIL(query);
}
}