about summary refs log tree commit diff
path: root/stdlib/tst-strtod6.c
diff options
context:
space:
mode:
authorRajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>2016-08-30 11:43:21 +0530
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2016-10-25 17:05:47 -0200
commitbf5eea32ac456b68ede40ee99031b0cd7726bcdd (patch)
tree4d3276ac9c5455bf994b7fa7def7ef5e6867070d /stdlib/tst-strtod6.c
parent6962682ffe5e5f0373047a0b894fee7a774be254 (diff)
downloadglibc-bf5eea32ac456b68ede40ee99031b0cd7726bcdd.tar.gz
glibc-bf5eea32ac456b68ede40ee99031b0cd7726bcdd.tar.xz
glibc-bf5eea32ac456b68ede40ee99031b0cd7726bcdd.zip
Refactor strtod tests
This patch changes strtod* tests to use strfrom* functions.
Diffstat (limited to 'stdlib/tst-strtod6.c')
-rw-r--r--stdlib/tst-strtod6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/tst-strtod6.c b/stdlib/tst-strtod6.c
index 6b3bb8404e..9bfbdc2b38 100644
--- a/stdlib/tst-strtod6.c
+++ b/stdlib/tst-strtod6.c
@@ -5,7 +5,7 @@
 
 #include "tst-strtod.h"
 
-#define TEST_STRTOD(FSUF, FTYPE, FTOSTR, FTOSTRM, LSUF, CSUF) \
+#define TEST_STRTOD(FSUF, FTYPE, FTOSTR, LSUF, CSUF)	  \
 static int						  \
 test_strto ## FSUF (const char str[])			  \
 {							  \