]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix typo in redefine14 test
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 1 May 2009 13:29:04 +0000 (08:29 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 1 May 2009 13:29:04 +0000 (08:29 -0500)
basis/compiler/tests/redefine14.factor

index 6a04eed088155bc48bcda63976e3cba47bd58adc..a72db4833ca7db960ecbabae9af4b33a7e860ba0 100644 (file)
@@ -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