From 59631bbbcd06dd6267188259e7eea661a12b34bf Mon Sep 17 00:00:00 2001 From: James Cash Date: Tue, 10 Jun 2008 14:21:19 -0400 Subject: [PATCH] Converting lazy-lists to lists.lazy in examples-test --- extra/lists/lazy/examples/examples-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/lists/lazy/examples/examples-tests.factor b/extra/lists/lazy/examples/examples-tests.factor index c088f1d9a7..04886e2c1c 100644 --- a/extra/lists/lazy/examples/examples-tests.factor +++ b/extra/lists/lazy/examples/examples-tests.factor @@ -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