Skip to content

Commit 4d81050

Browse files
committed
Ignore probabilistic continue statement
1 parent 2ef3197 commit 4d81050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/random_decimal128_fast_math.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ void random_multiplication(T lower, T upper)
241241

242242
if (val1 * val2 == 0)
243243
{
244-
continue;
244+
continue; // LCOV_EXCL_LINE
245245
}
246246

247247
if (!BOOST_TEST_EQ(res, res_int))

0 commit comments

Comments
 (0)