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:
authorJeff Johnston <jjohnstn@redhat.com>2013-10-09 22:56:52 +0400
committerJeff Johnston <jjohnstn@redhat.com>2013-10-09 22:56:52 +0400
commitd8914394e36cf17b3823e7f09f6def9fb408edb5 (patch)
treef91dd9d576635c953f358e2d6deeaceea02d82b2 /newlib/testsuite
parent5c631f79dc896a8da93b4be9cd0d50759d9cad3b (diff)
2013-10-09 Marcus Shawcroft <marcus.shawcroft@arm.com>
* testsuite/newlib.wctype/twctype.c (main): Update iswprint(0xce2) test case.
Diffstat (limited to 'newlib/testsuite')
-rw-r--r--newlib/testsuite/newlib.wctype/twctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/testsuite/newlib.wctype/twctype.c b/newlib/testsuite/newlib.wctype/twctype.c
index d206876f8..95be74d63 100644
--- a/newlib/testsuite/newlib.wctype/twctype.c
+++ b/newlib/testsuite/newlib.wctype/twctype.c
@@ -48,7 +48,7 @@ int main()
CHECK (iswlower(0x03b3));
CHECK (!iswlower(0x04aa));
CHECK (iswprint(0x0b13));
- CHECK (!iswprint(0x0ce2));
+ CHECK (!iswprint(0x0ce4));
CHECK (iswpunct(0x002d));
CHECK (!iswpunct(0x0a84));
CHECK (iswspace(0x000a));