Skip to content

Commit

Permalink
fix unsound rewrite
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Aug 1, 2019
1 parent 0a29002 commit 9d6728a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/rewriter/seq_rewriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ br_status seq_rewriter::mk_seq_at(expr* a, expr* b, expr_ref& result) {
result = m_util.str.mk_empty(m().get_sort(a));
}
else {
result = a2;
result = a;
}
return BR_DONE;
}
Expand Down

0 comments on commit 9d6728a

Please sign in to comment.