[racket] interaction between (require racket) and check-expect

From: Adam Shaw (adamshaw at cs.uchicago.edu)
Date: Sat Nov 5 09:54:17 EDT 2011

Hi --

My students noticed that certain check-expect tests stop working in the presence of (require racket). For example, the check-expect in this three-line file fails under ISλ:

(require racket)
(define-struct foo (x))
(check-expect (make-foo 0) (make-foo 0))

Why is this happening?

Thanks -- Adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20111105/d05214ff/attachment.html>

Posted on the users mailing list.