From c7e3238149b95918bc9cdbab08f11c7125eb08de Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 25 Sep 2011 15:33:49 -0700 Subject: [PATCH] benchmark.ant: fix vocab name and using. --- extra/benchmark/ant/ant.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/benchmark/ant/ant.factor b/extra/benchmark/ant/ant.factor index 0a5aae28dd..e7e47b6066 100644 --- a/extra/benchmark/ant/ant.factor +++ b/extra/benchmark/ant/ant.factor @@ -2,9 +2,9 @@ ! See http://factorcode.org/license.txt for BSD license USING: accessors combinators fry hash-sets hashtables kernel -locals math math.parser sequences sets utils vectors ; +locals math math.parser sequences sets vectors ; -IN: ant +IN: benchmark.ant ! There is an ant which can walk around on a planar grid. The ant ! can move one space at a time left, right, up or down. That is,