3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-20 18:20:22 +00:00

Merge remote-tracking branch 'upstream/master' into release-1.0

This commit is contained in:
Murphy Berzish 2017-02-28 12:45:04 -05:00
commit 9ac0d098ac
16 changed files with 268 additions and 71 deletions

View file

@ -85,7 +85,7 @@ struct enum2bv_rewriter::imp {
void throw_non_fd(expr* e) {
std::stringstream strm;
strm << "unabled nested data-type expression " << mk_pp(e, m);
strm << "unable to handle nested data-type expression " << mk_pp(e, m);
throw rewriter_exception(strm.str().c_str());
}