From c0569037f8cad7d1c157a96133cd8aae6da5c812 Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Fri, 29 May 2026 16:34:51 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/test/basics/Number_test.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/test/basics/Number_test.cpp b/src/test/basics/Number_test.cpp index f407072df7..c1b122637d 100644 --- a/src/test/basics/Number_test.cpp +++ b/src/test/basics/Number_test.cpp @@ -1694,12 +1694,11 @@ public: } { - /* Companion to NumberUpwardWrongDirection_test (which targets - * `operator*=` Upward at the kMaxRep cusp on LargeLegacy), but for + /* Companion regression for the kMaxRep cusp behavior, but for * `operator/=` on the cusp-fix-ENABLED `Large` scale. * - * Under `Large` (`CuspRoundingFix::Enabled`), `operator/=` with Upward - * rounding can return a value STRICTLY LESS than the exact quotient, + * Before the dropped-remainder fix, `operator/=` with Upward + * rounding could return a value STRICTLY LESS than the exact quotient, * violating Upward's directional invariant. * * Mechanism (fix-enabled path):