]> gitweb.factorcode.org Git - factor.git/commitdiff
Converting lazy-lists to lists.lazy in examples-test
authorJames Cash <james.nvc@gmail.com>
Tue, 10 Jun 2008 18:21:19 +0000 (14:21 -0400)
committerJames Cash <james.nvc@gmail.com>
Wed, 11 Jun 2008 05:36:35 +0000 (01:36 -0400)
extra/lists/lazy/examples/examples-tests.factor

index c088f1d9a72fb3680f732cd416e667fbfe4117a8..04886e2c1c8bae6c4c8cc1deda58ddef82774620 100644 (file)
@@ -1,4 +1,4 @@
-USING: lists.lazy.examples lazy-lists tools.test ;
+USING: lists.lazy.examples lists.lazy tools.test ;
 IN: lists.lazy.examples.tests
 
 [ { 1 3 5 7 } ] [ 4 odds ltake list>array ] unit-test