add test for bug found by vincent

This commit is contained in:
Sam Tobin-Hochstadt 2010-05-10 17:55:29 -04:00
parent 2d1625336e
commit a81de56b30

View File

@ -125,6 +125,7 @@
;; polymorphic function types should be subtypes of the function top
[(-poly (a) (a . -> . a)) top-func]
(FAIL (-> Univ) (null Univ . ->* . Univ))
[(cl->* (-Number . -> . -String) (-Boolean . -> . -String)) ((Un -Boolean -Number) . -> . -String)]
))