Improve compile-omit-paths for typed-racket tests.

original commit: ceb819a67b5ddce4a1e584f2e36f6035e6d7efaa
This commit is contained in:
Eric Dobson 2013-12-01 21:41:01 -08:00
parent 3163c4e204
commit 0e57618c26

View File

@ -8,5 +8,5 @@
"typed-racket/fail"
"typed-racket/xfail"
"typed-racket/optimizer" ;; FIXME: should be improved by stamourv
;; this file is weird
"typed-racket/unit-tests/special-env-typecheck-tests.rkt"))
"typed-racket/tr-random-testing.rkt" ;; Requires recompiling all of redex when rebuilding TR tests
))