Fix breakage from 3fceae2715

This commit is contained in:
Jay McCarthy 2012-05-17 10:08:19 -06:00
parent b752d2e09a
commit e12e559878

View File

@ -62,9 +62,9 @@
(define-values (? o) (strange-fun/ctc (λ (x) x)))
(test
(o 4) => 4
(o "string") =error> "contract violation"
(o "string") =error> "broke"
(bad-strange-fun/ctc (λ (x) x)) =error> "contract violation"))
(bad-strange-fun/ctc (λ (x) x)) =error> "broke"))
(test
; ->i doesn't work