From 9f92b12e3b75cba2b56aa15400955955304703b9 Mon Sep 17 00:00:00 2001
From: Doug Coleman <doug.coleman@gmail.com>
Date: Sat, 23 Mar 2013 17:11:27 -0700
Subject: [PATCH] compiler.tests: Fix test for <groups> change.

---
 basis/compiler/tests/codegen.factor | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/basis/compiler/tests/codegen.factor b/basis/compiler/tests/codegen.factor
index d564f9e307..c21ccff5c2 100644
--- a/basis/compiler/tests/codegen.factor
+++ b/basis/compiler/tests/codegen.factor
@@ -236,7 +236,7 @@ TUPLE: id obj ;
 [ { { 1 2 } { 3 4 } } ] [
     { 1 2 3 4 }
     [
-        [ { array } declare 2 <groups> [ , ] each ] compile-call
+        [ { array } declare 2 group [ , ] each ] compile-call
     ] { } make
 ] unit-test