Fix require in test suite

This commit is contained in:
Eli Barzilay 2010-10-21 20:25:37 -04:00
parent 9e302a7106
commit aebf9e77ef

View File

@ -350,7 +350,7 @@
(maker) (maker) (maker))))
;; New operators
(require racket/private/sequence)
(require racket/stream)
(test '(0 1 2) 'stream->list (stream->list (in-range 3)))
(arity-test stream->list 1 1)