From faf00b42707285acd16b34b3061a14b375a600a5 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 16 Sep 2004 10:57:34 +0000 Subject: new regression found in the wild: 1099512676352 -> 2.0T; fixed a minute ago. --- regress/lib/libutil/fmt_scaled/fmt_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'regress/lib/libutil/fmt_scaled') 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) -- cgit v1.2.3