diff options
Diffstat (limited to 'stdlib/tst-strtod.c')
-rw-r--r-- | stdlib/tst-strtod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/tst-strtod.c b/stdlib/tst-strtod.c index cf5533da3e..c466e0fb77 100644 --- a/stdlib/tst-strtod.c +++ b/stdlib/tst-strtod.c @@ -71,6 +71,7 @@ static const struct ltest tests[] = { "-Inf", -HUGE_VAL, '\0', 0 }, { "+InFiNiTy", HUGE_VAL, '\0', 0 }, #endif + { "0x80000Ap-23", 0x80000Ap-23, '\0', 0 }, { NULL, 0, '\0', 0 } }; |