Signed-off-by: cherry530 <707078654@qq.com> (cherry picked from commit c6b57743d64878197704b231fdebab1fd3c2ef47)
13 lines
781 B
Diff
13 lines
781 B
Diff
diff --git a/daemon/unit_test.c b/daemon/unit_test.c
|
|
index fa3fa84..bdf3e22 100644
|
|
--- a/daemon/unit_test.c
|
|
+++ b/daemon/unit_test.c
|
|
@@ -81,7 +81,6 @@ static int check_number_printing(void) {
|
|
{ .n = 8294967295.123456789, .correct = "8294967295.123457" },
|
|
{ .n = 1.000000000000002e+19, .correct = "1.000000000000001998e+19" },
|
|
{ .n = 9.2233720368547676e+18, .correct = "9.223372036854767584e+18" },
|
|
- { .n = 18446744073709541376.0, .correct = "1.84467440737095424e+19" },
|
|
{ .n = 18446744073709551616.0, .correct = "1.844674407370955136e+19" },
|
|
{ .n = 12318446744073710600192.0, .correct = "1.231844674407371008e+22" },
|
|
{ .n = 1677721499999999885312.0, .correct = "1.677721499999999872e+21" },
|