]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/threads/threads-tests.factor
Removing integers-as-sequences
[factor.git] / basis / threads / threads-tests.factor
index f9196e295186e23f49012eb73376d09929dcc905..4568b7c491c76cf73b077f5ffdd3108107ed076c 100644 (file)
@@ -1,6 +1,6 @@
 USING: namespaces io tools.test threads kernel
 concurrency.combinators concurrency.promises locals math
-words calendar ;
+words calendar sequences ;
 IN: threads.tests
 
 3 "x" set
@@ -20,7 +20,7 @@ yield
 [ f ] [ f get-global ] unit-test
 
 { { 0 3 6 9 12 15 18 21 24 27 } } [
-    10 [
+    10 iota [
         0 "i" tset
         [
             "i" [ yield 3 + ] tchange