Move typed class unit tests into a separate file

Export some helpers from typecheck-tests in a submodule
This commit is contained in:
Asumu Takikawa 2014-02-21 13:59:34 -05:00
parent c623e662e0
commit 5a3e0a76da
3 changed files with 1241 additions and 1208 deletions

View File

@ -33,4 +33,5 @@
"special-env-typecheck-tests.rkt"
"contract-tests.rkt"
"interactive-tests.rkt"
"class-tests.rkt"
"class-util-tests.rkt")