Skip to content

Commit

Permalink
Add int2bv feature to bvlib rotate tests (emina#189).
Browse files Browse the repository at this point in the history
  • Loading branch information
emina committed Apr 16, 2021
1 parent a7ea8a8 commit 3432d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/base/bvlib.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,13 @@
(define tests:rotate-left
(test-suite+
"Tests for rotate-left in rosette/base/bvlib.rkt"
#:features '(qf_lia qf_bv)
#:features '(qf_lia int2bv qf_bv)
(check-rotate rotate-left rotate-right bvrol)))

(define tests:rotate-right
(test-suite+
"Tests for rotate-right in rosette/base/bvlib.rkt"
#:features '(qf_lia qf_bv)
#:features '(qf_lia int2bv qf_bv)
(check-rotate rotate-right rotate-left bvror)))

(module+ test
Expand Down

0 comments on commit 3432d95

Please sign in to comment.