Skip to content

Commit cfa9918

Browse files
committed
change out-of-date test
1 parent a58fc27 commit cfa9918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typed-racket-test/unit-tests/static-contract-optimizer-tests.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
(check-syntax (arr/sc null #f (list list?/sc))
7070
'(-> any))
7171
(check-syntax (hash/sc list?/sc list?/sc)
72-
'(hash/c list? list?))
72+
'(typed-racket-hash/c list? list?))
7373

7474
))
7575

0 commit comments

Comments
 (0)