mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Merge branch 'unstable' of https://github.com/Z3Prover/z3 into unstable
This commit is contained in:
commit
57c51493ef
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ static void tst1() {
|
|||
|
||||
static void tst2() {
|
||||
try {
|
||||
throw default_exception("Format %d %s", 12, "twelve");
|
||||
throw default_exception(default_exception::fmt(), "Format %d %s", 12, "twelve");
|
||||
}
|
||||
catch (z3_exception& ex) {
|
||||
std::cerr << ex.msg() << "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue