]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/lists/lazy/lazy-tests.factor
more test IN: cleanup.
[factor.git] / basis / lists / lazy / lazy-tests.factor
index d73c557d3d5963e3c8f5388c8b64c25ec2fc62de..5aa42dd2bb82f512014ae8eeabb9c9b6ce404b36 100644 (file)
@@ -2,7 +2,6 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: destructors io io.encodings.utf8 io.files kernel lists
 lists.lazy math sequences tools.test ;
-IN: lists.lazy.tests
 
 { { 1 2 3 4 } } [
   { 1 2 3 4 } >list list>array