change out-of-date test

This commit is contained in:
Ben Greenman 2017-10-06 16:03:46 -04:00
parent a58fc276c9
commit cfa9918ac5

View File

@ -69,7 +69,7 @@
(check-syntax (arr/sc null #f (list list?/sc))
'(-> any))
(check-syntax (hash/sc list?/sc list?/sc)
'(hash/c list? list?))
'(typed-racket-hash/c list? list?))
))