2013-10-09 Marcus Shawcroft <marcus.shawcroft@arm.com>
* testsuite/newlib.wctype/twctype.c (main): Update iswprint(0xce2) test case.
This commit is contained in:
parent
5c631f79dc
commit
d8914394e3
|
@ -1,3 +1,8 @@
|
|||
2013-10-09 Marcus Shawcroft <marcus.shawcroft@arm.com>
|
||||
|
||||
* testsuite/newlib.wctype/twctype.c (main): Update
|
||||
iswprint(0xce2) test case.
|
||||
|
||||
2013-10-03 Steve Ellcey <sellcey@mips.com>
|
||||
|
||||
* libc/machine/mips/memset.c: Remove.
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue