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:
parent
cb51821c25
commit
436237bfbb
2 changed files with 16 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue