]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/fry/fry-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / fry / fry-tests.factor
index dc778636731a680b31f1a0d7ef1bea0b73bfad8c..a61afe7eac84420eefb1695d9d3d451ef8080948 100644 (file)
@@ -65,7 +65,7 @@ SYMBOLS: a b c d e f g h ;
 { "hi" 3 } [ "h" "i" 3 [ append ] funny-dip ] unit-test
 
 { { 1 2 3 } } [
-    3 1 '[ _ iota [ _ + ] map ] call
+    3 1 '[ _ <iota> [ _ + ] map ] call
 ] unit-test
 
 { { 1 { 2 { 3 } } } } [