]> gitweb.factorcode.org Git - factor.git/blobdiff - core/continuations/continuations-tests.factor
Removing integers-as-sequences
[factor.git] / core / continuations / continuations-tests.factor
index a2617d0ebbfda4df8da27e91fde0b5f9e167a1f9..988be0dd88a6bf3c5257cec15fed13fbec127cd3 100644 (file)
@@ -22,7 +22,7 @@ IN: continuations.tests
         ] with-scope
     ] callcc0 "x" get 5 = ;
 
-[ t ] [ 10 callcc1-test 10 reverse >vector = ] unit-test
+[ t ] [ 10 callcc1-test 10 iota reverse >vector = ] unit-test
 [ t ] [ callcc-namespace-test ] unit-test
 
 [ 5 throw ] [ 5 = ] must-fail-with