]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/threads/threads-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / threads / threads-tests.factor
index 6cbe48605ffe932c7ce824ac9715aefaf7e37d66..5d9ef155f2f38be13e993e3e67496628102f0ed2 100644 (file)
@@ -44,7 +44,7 @@ yield
 { f } [ f get-global ] unit-test
 
 { { 0 3 6 9 12 15 18 21 24 27 } } [
-    10 iota [
+    10 <iota> [
         0 "i" tset
         [
             "i" [ yield 3 + ] tchange