Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
yoni206 committed Apr 24, 2024
1 parent 7668703 commit 9e66c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regress/cli/regress0/nl/pow2-pow.smt2
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
(set-logic QF_NIA)
(declare-fun x () Int)
(assert (< x 0))
(assert (distinct (^ int.pow2 x) 0))
(assert (distinct (int.pow2 x) 0))
(check-sat)

0 comments on commit 9e66c2a

Please sign in to comment.