3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00

Merge branch 'master' of https://github.com/Z3Prover/z3 into lackr

This commit is contained in:
Christoph M. Wintersteiger 2016-02-04 18:27:19 +00:00
commit 808eb664cb
21 changed files with 1832 additions and 1669 deletions

View file

@ -289,7 +289,7 @@ private:
void check_point() {
if (m.canceled()) {
throw tactic_exception("canceled");
throw tactic_exception(Z3_CANCELED_MSG);
}
}