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:
committed by
Gabriel F. T. Gomes
parent
6962682ffe
commit
bf5eea32ac
@@ -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) \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user