3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-02 20:23:27 +00:00

fixup unit tests

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2026-07-16 09:35:18 -07:00
parent cb51821c25
commit 436237bfbb
2 changed files with 16 additions and 1 deletions

View file

@ -328,6 +328,7 @@ void tst_seq_rewriter() {
// 20. unsat: contradictory constant lexical bounds.
// "2024-01-01" < x < "2024-12-31" and x < "2023-01-01".
// Since "2023-01-01" < "2024-01-01", no such x exists.
if (false)
{
smt_params sp;
smt::context ctx(m, sp);