You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue with the rackunit repository which contains the rackunit-typed package, not the typed-racket repository. On the rackunit repository there is already an issue for this: racket/rackunit#120
and an open PR, though there are merge conflicts and changes requested: racket/rackunit#80
What version of Racket are you using?
8.3
What program did you run?
#lang typed/racket/base
(module+ test
(require typed/rackunit)
(check-equal? (+ 1 1) 3))
What should have happened?
Got an error message with error in line 5 of my file
If you got an error message, please include it here.
; FAILURE
; /Applications/Racket v8.3/share/pkgs/rackunit-typed/rackunit/main.rkt:24:2
name: check-equal?
location:
/Applications/Racket v8.3/share/pkgs/rackunit-typed/rackunit/main.rkt:24:2
actual: 2
expected: 3
The text was updated successfully, but these errors were encountered: