Fix file tests to run without drracket.

This commit is contained in:
Sam Tobin-Hochstadt 2013-07-03 09:44:41 -04:00
parent 88e4715406
commit afd6ce6c9a

View File

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