From bf5eea32ac456b68ede40ee99031b0cd7726bcdd Mon Sep 17 00:00:00 2001 From: Rajalakshmi Srinivasaraghavan Date: Tue, 30 Aug 2016 11:43:21 +0530 Subject: Refactor strtod tests This patch changes strtod* tests to use strfrom* functions. --- stdlib/bug-strtod2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/bug-strtod2.c') diff --git a/stdlib/bug-strtod2.c b/stdlib/bug-strtod2.c index cd13e9aa5b..6128f2dd56 100644 --- a/stdlib/bug-strtod2.c +++ b/stdlib/bug-strtod2.c @@ -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) \ { \ -- cgit v1.2.3