From 21ac396128ef8a820d1e991e8cab9e73213797c5 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 1 May 2009 08:29:04 -0500 Subject: [PATCH] Fix typo in redefine14 test --- basis/compiler/tests/redefine14.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/compiler/tests/redefine14.factor b/basis/compiler/tests/redefine14.factor index 6a04eed088..a72db4833c 100644 --- a/basis/compiler/tests/redefine14.factor +++ b/basis/compiler/tests/redefine14.factor @@ -5,4 +5,4 @@ TUPLE: bad ; M: bad length 1 2 3 ; -[ ] [ [ { bad length } forget ] with-compilation-unit ] unit-test +[ ] [ [ M\ bad length forget ] with-compilation-unit ] unit-test