Fix test_alloc_long_notation() to work in UTF-16 builds

This commit is contained in:
Rhodri James 2017-08-23 11:56:41 +01:00 committed by Sebastian Pipping
parent 29667dacba
commit 3a1b4a1940

View File

@ -10405,8 +10405,8 @@ START_TEST(test_alloc_long_notation)
"]>\n"
"<doc>&e2;</doc>";
ExtOption options[] = {
{ "foo", "Entity Foo" },
{ "bar", "Entity Bar" },
{ XCS("foo"), "Entity Foo" },
{ XCS("bar"), "Entity Bar" },
{ NULL, NULL }
};
int i;