Fix test_nsalloc_realloc_long_ge_name() to work in UTF-16 builds

This commit is contained in:
Rhodri James 2017-08-23 12:12:33 +01:00 committed by Sebastian Pipping
parent 586dcbac54
commit 51b90a3d54

View File

@ -11620,8 +11620,8 @@ START_TEST(test_nsalloc_realloc_long_ge_name)
";"
"</doc>";
ExtOption options[] = {
{ "foo", "<!ELEMENT el EMPTY>" },
{ "bar", "<el/>" },
{ XCS("foo"), "<!ELEMENT el EMPTY>" },
{ XCS("bar"), "<el/>" },
{ NULL, NULL }
};
int i;