mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
.. adding core validation debug option to ease diagnose issue #158
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
db24cb8087
commit
e532657d77
|
@ -422,7 +422,6 @@ namespace smt {
|
||||||
case l_false:
|
case l_false:
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
UNREACHABLE();
|
|
||||||
throw default_exception("Core could not be validated");
|
throw default_exception("Core could not be validated");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue