Fix optimization tests.

This commit is contained in:
Vincent St-Amour 2016-01-02 12:59:15 -06:00
parent 0796350a88
commit 6af2f711b7

View File

@ -9,7 +9,10 @@
racket/unsafe/undefined racket/unsafe/undefined
racket/unsafe/ops racket/unsafe/ops
compiler/zo-parse compiler/zo-parse
compiler/zo-marshal) compiler/zo-marshal
;; `random` from `racket/base is a Racket function, which makes
;; compilation less predictable than a primitive
(only-in '#%kernel random))
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;