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 [ , ] each ] compile-call + [ { array } declare 2 group [ , ] each ] compile-call ] { } make ] unit-test