Skip to content

Commit

Permalink
fix #2458
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 3, 2019
1 parent 3147d23 commit d7ac8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tactic/tactic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ lbool check_sat(tactic & t, goal_ref & g, model_ref & md, labels_vec & labels, p
try {
exec(t, g, r);
}
catch (tactic_exception & ex) {
catch (z3_exception & ex) {
reason_unknown = ex.msg();
if (r.size() > 0) pr = r[0]->pr(0);
return l_undef;
Expand Down

0 comments on commit d7ac8db

Please sign in to comment.