Simplify the test case. Also, spam both my and Sam's inboxes.

svn: r18171
This commit is contained in:
Stevie Strickland 2010-02-18 23:24:15 +00:00
parent 38522f0dca
commit f8d5234148

View File

@ -4322,10 +4322,7 @@
(class object% (super-new) (define/public (m x) (zero? x)))
'pos
'neg)]
[d% (contract (class/c [m (-> any/c boolean?)])
(class c% (super-new) (define/override (m) (super m 5)))
'pos
'neg)])
[d% (class c% (super-new) (define/override (m) (super m 5)))])
(send (new d%) m)))
;