From d72bf515f8cae50e5b521d6d3a1393e1431d34c6 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 30 Apr 2009 19:06:54 -0500 Subject: [PATCH] tools.walker: fix tests --- basis/tools/walker/walker-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/tools/walker/walker-tests.factor b/basis/tools/walker/walker-tests.factor index c8ab2512f6..6f87792faa 100644 --- a/basis/tools/walker/walker-tests.factor +++ b/basis/tools/walker/walker-tests.factor @@ -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