3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +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:
Nikolaj Bjorner 2015-08-10 11:01:46 +02:00
parent db24cb8087
commit e532657d77

View file

@ -422,7 +422,6 @@ namespace smt {
case l_false:
break;
default:
UNREACHABLE();
throw default_exception("Core could not be validated");
}
}