]> granicus.if.org Git - libexpat/commitdiff
Fix test_alloc_long_notation() to work in UTF-16 builds
authorRhodri James <rhodri@kynesim.co.uk>
Wed, 23 Aug 2017 10:56:41 +0000 (11:56 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Tue, 29 Aug 2017 21:13:15 +0000 (23:13 +0200)
expat/tests/runtests.c

index 923b427843ddab25ecc25fdf4e2c5d77d0bb33e6..460bab5043dd894b3caf34c2b331c3af654c8d69 100644 (file)
@@ -10405,8 +10405,8 @@ START_TEST(test_alloc_long_notation)
         "]>\n"
         "<doc>&e2;</doc>";
     ExtOption options[] = {
-        { "foo", "Entity Foo" },
-        { "bar", "Entity Bar" },
+        { XCS("foo"), "Entity Foo" },
+        { XCS("bar"), "Entity Bar" },
         { NULL, NULL }
     };
     int i;