Fix first-order cons/c check in mzlib contract tests.
This commit is contained in:
parent
3151566125
commit
7b38cef4e8
|
@ -4521,7 +4521,7 @@ so that propagation occurs.
|
|||
(ctest #t contract-first-order-passes?
|
||||
(cons/c boolean? (-> integer? integer?))
|
||||
(list* #t (λ (x) x)))
|
||||
(ctest #t contract-first-order-passes?
|
||||
(ctest #f contract-first-order-passes?
|
||||
(cons/c boolean? (-> integer? integer?))
|
||||
(list* 1 2))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user