Fix file tests for contract test split.

This commit is contained in:
Sam Tobin-Hochstadt 2013-07-10 14:48:20 -04:00
parent dae7311a76
commit 43a56968a1

View File

@ -73,7 +73,7 @@
(define (test-big-file)
(define big-file
(collection-file-path "contract-test.rktl" "tests/racket"))
(collection-file-path "class-internal.rkt" "racket/private"))
;; should be around 6 times smaller
(id* (file->bytes big-file) 4))