Fix use of expected type of ignore expressions.

This commit is contained in:
Eric Dobson 2014-03-21 23:45:08 -07:00
parent 8de32baf28
commit ca082c2176

View File

@ -244,7 +244,7 @@
(register-ignored! form)
(check-subforms/ignore form)
;; We trust ignore to be only on syntax objects objects that are well typed
expected]
(ret -Bottom)]
;; explicit failure
[t:typecheck-failure
(explicit-fail #'t.stx #'t.message #'t.var)]