From ce269c87335b75de94560f5932f1a52674f598a3 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 7 Dec 2008 08:50:59 -0600 Subject: [PATCH] Fix grouping unit test --- basis/grouping/grouping-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/grouping/grouping-tests.factor b/basis/grouping/grouping-tests.factor index dc3d970fbf..cfcc653776 100644 --- a/basis/grouping/grouping-tests.factor +++ b/basis/grouping/grouping-tests.factor @@ -5,7 +5,7 @@ IN: grouping.tests [ { "hell" "o wo" "rld" } ] [ "hello world" 4 group ] unit-test -[ { V{ "a" "b" } V{ f f } } ] [ +[ { V{ "a" "b" } V{ 0 0 } } ] [ V{ "a" "b" } clone 2 2 over set-length >array