Fix update-implies error.

This commit is contained in:
Sam Tobin-Hochstadt 2015-06-23 16:21:37 -04:00
parent 77f8316eaa
commit 90dd27bfd8

View File

@ -24,7 +24,9 @@
"htdp-lib"
"sandbox-lib"
"unstable-lib"))
(define update-implies '("typed-racket"))
(define update-implies '("typed-racket-lib"
"typed-racket-more"
"typed-racket-compatibility"))
(define pkg-desc "tests for \"typed-racket\"")