From: Rhodri James Date: Wed, 23 Aug 2017 12:34:04 +0000 (+0100) Subject: Fix test_nsalloc_prefixed_element() to work in UTF-16 builds X-Git-Tag: R_2_2_5~24^2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=826a0f791c2375473f25643f940f779fc626d751;p=libexpat Fix test_nsalloc_prefixed_element() to work in UTF-16 builds --- diff --git a/expat/tests/runtests.c b/expat/tests/runtests.c index de66b314..fde8c0be 100644 --- a/expat/tests/runtests.c +++ b/expat/tests/runtests.c @@ -11891,8 +11891,8 @@ START_TEST(test_nsalloc_prefixed_element) "&en;" ""; ExtOption options[] = { - { "foo", "" }, - { "bar", "" }, + { XCS("foo"), "" }, + { XCS("bar"), "" }, { NULL, NULL } }; int i;