Fix contract for contracted TR tests

This commit is contained in:
Asumu Takikawa 2015-01-21 13:53:53 -05:00
parent 4ab7ba2578
commit 8e63b14f4c

View File

@ -18,7 +18,8 @@
(-or/c Type/c string?)
-any)]
[type-mismatch
(-->* ((-or/c Type/c string?) (-or/c Type/c string?))
(-->* ((-or/c Type/c Filter? string?)
(-or/c Type/c Filter? string?))
((-or/c string? #f))
-any)])