Skip to content

Commit

Permalink
better test
Browse files Browse the repository at this point in the history
  • Loading branch information
yoni206 committed Jun 6, 2024
1 parent 442cf96 commit c8e445b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/regress/cli/regress0/bv2nat_lemma_ranges_1.smt2
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
; EXPECT: unsat
(set-logic ALL)
(declare-fun x () (_ BitVec 4000))
(assert (< (bv2nat x) 0))
(declare-fun y () (_ BitVec 4000))
(assert (< (bv2nat x) (bv2nat y) ))
(assert (= (+ (bv2nat x) (bv2nat y)) 0))
(check-sat)

0 comments on commit c8e445b

Please sign in to comment.