another test case

This commit is contained in:
Robby Findler 2016-12-15 20:17:43 -06:00
parent b100f4bb75
commit 7fcba3fcaa

View File

@ -174,6 +174,11 @@
'->i8
'((contract (->i ([x number?] [y (x) (<=/c x)]) () [r (x) (<=/c x)])
(lambda (x y) (+ x 1)) 'pos 'neg) 1 2))
(test/neg-blame
'->i8b
'((contract (->i ([x number?] [y (x) number?]) any)
(lambda (x y) y) 'pos 'neg) "1" 2))
(test/spec-passed
'->i9