]> gitweb.factorcode.org Git - factor.git/blobdiff - core/continuations/continuations-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / core / continuations / continuations-tests.factor
index c6acfdda62677ced709eca76b590e5477b824abf..5b8153deb4a4adfbf2b1686a6ed18ddc6c83300a 100644 (file)
@@ -22,7 +22,7 @@ IN: continuations.tests
         ] with-variables
     ] callcc0 "x" get 5 = ;
 
-{ t } [ 10 callcc1-test 10 iota 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