Ignore:
Timestamp:
Jun 27, 2005, 5:05:29 AM (20 years ago)
Author:
bird
Message:

testcase adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/stdio-common/tstdiomisc.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2088 r2089  
    6363  printf ("expected \"inf INF\", got \"%s\"\n", buf);
    6464
     65#ifdef HAVE_SWPRINTF
    6566  swprintf (wbuf, sizeof wbuf / sizeof (wbuf[0]), L"%f %F",
    6667            DBL_MAX * DBL_MAX - DBL_MAX * DBL_MAX,
     
    7374  result |= wcscmp (wbuf, L"inf INF") != 0;
    7475  printf ("expected L\"inf INF\", got L\"%S\"\n", wbuf);
     76#endif
    7577
    7678  return result;
Note: See TracChangeset for help on using the changeset viewer.