Fix test_entity_public_utf16_le() to work in UTF-16 builds

This commit is contained in:
Rhodri James 2017-08-22 18:13:12 +01:00 committed by Sebastian Pipping
parent d7f2f4413a
commit e881a0451f

View File

@ -6899,7 +6899,7 @@ START_TEST(test_entity_public_utf16_le)
NULL,
EE_PARSE_NONE
};
const XML_Char *expected = "baz";
const XML_Char *expected = XCS("baz");
CharData storage;
CharData_Init(&storage);