Fix test_entity_public_utf16_le() to work in UTF-16 builds
diff --git a/expat/tests/runtests.c b/expat/tests/runtests.c
index af1050a..ef7898e 100644
--- a/expat/tests/runtests.c
+++ b/expat/tests/runtests.c
@@ -6899,7 +6899,7 @@
         NULL,
         EE_PARSE_NONE
     };
-    const XML_Char *expected = "baz";
+    const XML_Char *expected = XCS("baz");
     CharData storage;
 
     CharData_Init(&storage);