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:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-05-01 21:05:44 +0400
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-05-01 21:05:44 +0400
commit1e997c5625bb584eaf78788fbde70965ec4a18fd (patch)
tree4203cb8d027d0c81d4f0422f9fc6bde1352d4617 /newlib/testsuite/newlib.locale
parent2a71c1d299c4a2cf8522537ecf6d9a1f0c043f2b (diff)
* Makefile.am (site.exp): Remove newlib_cflags. Add
multibuildtop. * testsuite/newlib.locale/UTF-8.c: Change fprintf's to printf's. * testsuite/lib/flags.exp: New file. * testsuite/lib/newlib.exp: Load flags.exp. (newlib_target_compile): Remove libgloss directory references. (newlib_init): Remove newlib_cflags references.
Diffstat (limited to 'newlib/testsuite/newlib.locale')
-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 */