@@ -249,8 +249,8 @@ get_mpc_matcher(InputType input, [[maybe_unused]] OutputType output,
249249 MPCRND::ForceRoundingMode __r##i##j (Rrounding); \
250250 MPCRND::ForceRoundingMode __i##i##j (Irounding); \
251251 if (__r##i##j.success && __i##i##j.success ) { \
252- EXPECT_MPC_MATCH_ROUNDING ( \
253- op, input, match_value, ulp_tolerance, Rrounding, Irounding); \
252+ EXPECT_MPC_MATCH_ROUNDING (op, input, match_value, ulp_tolerance, \
253+ Rrounding, Irounding); \
254254 } \
255255 }
256256
@@ -296,8 +296,8 @@ get_mpc_matcher(InputType input, [[maybe_unused]] OutputType output,
296296 MPCRND::ForceRoundingMode __r##i##j (Rrounding); \
297297 MPCRND::ForceRoundingMode __i##i##j (Irounding); \
298298 if (__r##i##j.success && __i##i##j.success ) { \
299- ASSERT_MPC_MATCH_ROUNDING ( \
300- op, input, match_value, ulp_tolerance, Rrounding, Irounding); \
299+ ASSERT_MPC_MATCH_ROUNDING (op, input, match_value, ulp_tolerance, \
300+ Rrounding, Irounding); \
301301 } \
302302 }
303303
0 commit comments