summaryrefslogtreecommitdiff
path: root/regress/lib/libutil/fmt_scaled/fmt_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libutil/fmt_scaled/fmt_test.c')
-rw-r--r--regress/lib/libutil/fmt_scaled/fmt_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/lib/libutil/fmt_scaled/fmt_test.c b/regress/lib/libutil/fmt_scaled/fmt_test.c
index 749a2ebd152..88e12bd6407 100644
--- a/regress/lib/libutil/fmt_scaled/fmt_test.c
+++ b/regress/lib/libutil/fmt_scaled/fmt_test.c
@@ -108,6 +108,7 @@ static struct { /* the test cases */
{ 1LL<<61, "2.0E", 0 },
{ 1LL<<62, "4.0E", 0 },
{ 1LL<<63, "", ERANGE },
+ { 1099512676352LL, "1.0T", 0}
};
# define DDATA_LENGTH (sizeof ddata/sizeof *ddata)