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
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to