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;