From 6755e0f7ca7614f932bc17a06e096a9373e42522 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 17 Jan 2008 16:36:25 -0500 Subject: [PATCH] Fix unit test --- core/compiler/test/redefine.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/compiler/test/redefine.factor b/core/compiler/test/redefine.factor index 821daef203..4f0c18dfd2 100755 --- a/core/compiler/test/redefine.factor +++ b/core/compiler/test/redefine.factor @@ -17,7 +17,7 @@ DEFER: x-2 { x-1 } compile - \ x-2 word-xt eq? + \ x-2 word-xt = ] unit-test ] with-variable