Move typed class unit tests into a separate file

Export some helpers from typecheck-tests in a submodule

original commit: 5a3e0a76daedf7c2a457ba9c05a205c9c607e2e0
This commit is contained in:
Asumu Takikawa 2014-02-21 13:59:34 -05:00
parent fc39560dc3
commit 86cb262c3c
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")