From: Rhodri James Date: Wed, 23 Aug 2017 11:12:33 +0000 (+0100) Subject: Fix test_nsalloc_realloc_long_ge_name() to work in UTF-16 builds X-Git-Tag: R_2_2_5~24^2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51b90a3d54c0fb91cdd17b0d461c94353299ff20;p=libexpat Fix test_nsalloc_realloc_long_ge_name() to work in UTF-16 builds --- diff --git a/expat/tests/runtests.c b/expat/tests/runtests.c index c3bb0ad6..5e1b4bd1 100644 --- a/expat/tests/runtests.c +++ b/expat/tests/runtests.c @@ -11620,8 +11620,8 @@ START_TEST(test_nsalloc_realloc_long_ge_name) ";" ""; ExtOption options[] = { - { "foo", "" }, - { "bar", "" }, + { XCS("foo"), "" }, + { XCS("bar"), "" }, { NULL, NULL } }; int i;