diff --git a/expat/tests/runtests.c b/expat/tests/runtests.c
index 4c7c2224..c3bb0ad6 100644
--- a/expat/tests/runtests.c
+++ b/expat/tests/runtests.c
@@ -11326,8 +11326,8 @@ static void
context_realloc_test(const char *text)
{
ExtOption options[] = {
- { "foo", ""},
- { "bar", "" },
+ { XCS("foo"), ""},
+ { XCS("bar"), "" },
{ NULL, NULL }
};
int i;