Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/testsuite/newlib.locale/UTF-8.c')
-rw-r--r--newlib/testsuite/newlib.locale/UTF-8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/testsuite/newlib.locale/UTF-8.c b/newlib/testsuite/newlib.locale/UTF-8.c
index 5b1510d6c..9970ffa8f 100644
--- a/newlib/testsuite/newlib.locale/UTF-8.c
+++ b/newlib/testsuite/newlib.locale/UTF-8.c
@@ -141,11 +141,11 @@ int main()
if (!setlocale(LC_CTYPE, "UTF-8"))
{
- fprintf(stderr, "Failed to set UTF-8 locale.\n");
+ printf("Failed to set UTF-8 locale.\n");
return 1;
}
else
- fprintf(stderr, "Set UTF-8 locale.\n");
+ printf("Set UTF-8 locale.\n");
/* 2 Boundary condition test cases */
/* 2.1 First possible sequence of a certain length */