1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Refactor strtod tests

This patch changes strtod* tests to use strfrom* functions.
This commit is contained in:
Rajalakshmi Srinivasaraghavan
2016-08-30 11:43:21 +05:30
committed by Gabriel F. T. Gomes
parent 6962682ffe
commit bf5eea32ac
6 changed files with 27 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ static const char *tests[] =
};
#define ntests (sizeof (tests) / sizeof (tests[0]))
#define TEST_STRTOD(FSUF, FTYPE, FTOSTR, FTOSTRM, LSUF, CSUF) \
#define TEST_STRTOD(FSUF, FTYPE, FTOSTR, LSUF, CSUF) \
static int \
test_strto ## FSUF (void) \
{ \