mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fix tests
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0592e76574
commit
fd8fd40669
6 changed files with 285 additions and 601 deletions
|
@ -151,7 +151,7 @@ namespace z3 {
|
|||
void check_error() const {
|
||||
Z3_error_code e = Z3_get_error_code(m_ctx);
|
||||
if (e != Z3_OK)
|
||||
throw exception(Z3_get_error_msg_ex(m_ctx, e));
|
||||
throw exception(Z3_get_error_msg(m_ctx, e));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue