diff --git a/src/test/basics/Number_test.cpp b/src/test/basics/Number_test.cpp index 4da0621439..e728a70b2b 100644 --- a/src/test/basics/Number_test.cpp +++ b/src/test/basics/Number_test.cpp @@ -2071,7 +2071,7 @@ public: // number to avoid overflow and UB Number const n{ true, - -static_cast( + static_cast( std::numeric_limits::min()) + 1, 0,