diff options
Diffstat (limited to 'tests/test_xpath_parse.cpp')
-rw-r--r-- | tests/test_xpath_parse.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_xpath_parse.cpp b/tests/test_xpath_parse.cpp index aa148be..4f6f69d 100644 --- a/tests/test_xpath_parse.cpp +++ b/tests/test_xpath_parse.cpp @@ -180,6 +180,7 @@ TEST(xpath_parse_paths_valid) } } +#if defined(PUGIXML_WCHAR_MODE) || !defined(PUGIXML_NO_STL) TEST(xpath_parse_paths_valid_unicode) { // From ajaxslt @@ -226,6 +227,7 @@ TEST(xpath_parse_paths_valid_unicode) #endif } } +#endif TEST(xpath_parse_invalid) { |