]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/fry/fry-tests.factor
Removing integers-as-sequences
[factor.git] / basis / fry / fry-tests.factor
index f33eb276a0e88f6320ff920865811e7321ac352e..b341c462be39afe739f41d64a4298a4204a8e794 100644 (file)
@@ -64,7 +64,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 '[ _ [ _ + ] map ] call
+    3 1 '[ _ iota [ _ + ] map ] call
 ] unit-test
 
 [ { 1 { 2 { 3 } } } ] [