Changeset 2089 for trunk/src/libctests/glibc/stdio-common/tstdiomisc.c
- Timestamp:
- Jun 27, 2005, 5:05:29 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/stdio-common/tstdiomisc.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2088 r2089 63 63 printf ("expected \"inf INF\", got \"%s\"\n", buf); 64 64 65 #ifdef HAVE_SWPRINTF 65 66 swprintf (wbuf, sizeof wbuf / sizeof (wbuf[0]), L"%f %F", 66 67 DBL_MAX * DBL_MAX - DBL_MAX * DBL_MAX, … … 73 74 result |= wcscmp (wbuf, L"inf INF") != 0; 74 75 printf ("expected L\"inf INF\", got L\"%S\"\n", wbuf); 76 #endif 75 77 76 78 return result; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.