mirror of
https://github.com/Z3Prover/z3
synced 2026-07-22 23:15:51 +00:00
fixes
This commit is contained in:
parent
1a189ebdd7
commit
fa73827d98
3 changed files with 51 additions and 78 deletions
|
|
@ -39,7 +39,7 @@ static void hit_me(char const* wm) {
|
|||
Z3_mk_bv_sort(ctx,i);
|
||||
|
||||
}
|
||||
catch (std::bad_alloc) {
|
||||
catch (std::bad_alloc&) {
|
||||
std::cout << "caught\n";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue