* tests/test-xvasprintf.c (test_xasprintf): Test xasprintf, not
my_xasprintf.
+2026-03-11 Bruno Haible <bruno@clisp.org>
+
+ xvasprintf-tests: Fix typo.
+ * tests/test-xvasprintf.c (test_xasprintf): Test xasprintf, not
+ my_xasprintf.
+
2026-03-09 Bruno Haible <bruno@clisp.org>
c32tolower, c32toupper: Fix for Turkish locale in Cygwin 3.6.7.
ASSERT (streq (result, "foobar"));
free (result);
- result = my_xasprintf ("%s%sbaz", "foo", "bar");
+ result = xasprintf ("%s%sbaz", "foo", "bar");
ASSERT (result != NULL);
ASSERT (streq (result, "foobarbaz"));
free (result);