mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-18 02:55:43 +00:00
Fix context_realloc_test() to work in UTF-16 builds
This commit is contained in:
parent
f4f5413a6d
commit
586dcbac54
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue