From 97f6d171ed3159a9afa829c3d4ea67a7e09abff5 Mon Sep 17 00:00:00 2001
From: Doug Coleman <doug.coleman@gmail.com>
Date: Sat, 23 Mar 2013 22:56:16 -0700
Subject: [PATCH] compiler.tree: Fix compiler test with merge-state

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

diff --git a/basis/compiler/tree/cleanup/cleanup-tests.factor b/basis/compiler/tree/cleanup/cleanup-tests.factor
index f81f5a0937..6919e2b022 100644
--- a/basis/compiler/tree/cleanup/cleanup-tests.factor
+++ b/basis/compiler/tree/cleanup/cleanup-tests.factor
@@ -407,7 +407,7 @@ cell-bits 32 = [
 ] unit-test
 
 [ ] [
-    [ { merge } declare accum>> 0 >>length ] cleaned-up-tree drop
+    [ { merge-state } declare accum>> 0 >>length ] cleaned-up-tree drop
 ] unit-test
 
 [ ] [