Skip to content

Commit bf6d759

Browse files
Merge pull request #8044 from thomasspriggs/tas/fix_count_trailing_zeros_invariant
Fix the invariant message for unimplemented SMT count trailing zeros conversion.
2 parents 74075ec + 7979553 commit bf6d759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/smt2_incremental/convert_expr_to_smt.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ static smt_termt convert_expr_to_smt(
14621462
const sub_expression_mapt &converted)
14631463
{
14641464
UNIMPLEMENTED_FEATURE(
1465-
"Generation of SMT formula for byte swap expression: " +
1465+
"Generation of SMT formula for count trailing zeros expression: " +
14661466
count_trailing_zeros.pretty());
14671467
}
14681468

0 commit comments

Comments
 (0)