]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.walker: fix tests
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 1 May 2009 00:06:54 +0000 (19:06 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 1 May 2009 00:06:54 +0000 (19:06 -0500)
basis/tools/walker/walker-tests.factor

index c8ab2512f63fa0a6ca4f222600d3cf9f282e7870..6f87792faa1e09d022bdfc6a64e06540b203d3ea 100644 (file)
@@ -1,7 +1,7 @@
 USING: tools.walker io io.streams.string kernel math
 math.private namespaces prettyprint sequences tools.test
 continuations math.parser threads arrays tools.walker.debug
-generic.standard sequences.private kernel.private
+generic.single sequences.private kernel.private
 tools.continuations accessors words ;
 IN: tools.walker.tests