Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vcanumalla/add stp #2

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
fix added whitespace
  • Loading branch information
vcanumalla committed Dec 7, 2023
commit 507a9a74b600053b236e0d0b36e16ee8eeadc8b5
1 change: 1 addition & 0 deletions test/base/bitvector.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
(define maxval+1 (expt 2 (sub1 (bitvector-size BV))))
(define maxval (sub1 maxval+1))
(define (bv v [t BV]) (@bv v t))

(define-syntax-rule (check-exn e ...)
(begin
(rackunit/check-exn e ...)
Expand Down