Fix context_realloc_test() to work in UTF-16 builds

This commit is contained in:
Rhodri James 2017-08-23 12:11:29 +01:00 committed by Sebastian Pipping
parent f4f5413a6d
commit 586dcbac54

View File

@ -11326,8 +11326,8 @@ static void
context_realloc_test(const char *text)
{
ExtOption options[] = {
{ "foo", "<!ELEMENT e EMPTY>"},
{ "bar", "<e/>" },
{ XCS("foo"), "<!ELEMENT e EMPTY>"},
{ XCS("bar"), "<e/>" },
{ NULL, NULL }
};
int i;