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

"canceled" -> Z3_CANCELED_MSG

Relates to #431
This commit is contained in:
Christoph M. Wintersteiger 2016-02-04 13:52:43 +00:00
parent 9b979b6e1e
commit 4e37821dde
13 changed files with 1632 additions and 1625 deletions

View file

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