]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/trees/avl/avl-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / trees / avl / avl-tests.factor
index 65bbdf5cd1699677aa6d6ca35912fa1e35ab6a11..90389ea17d8111a682e889b2c10da6351793c649 100644 (file)
@@ -126,4 +126,4 @@ IN: trees.avl.tests
 
 ! test that converting from a balanced tree doesn't reshape
 ! the tree
-{ t } [ 10 iota >array reverse dup zip >avl dup >avl = ] unit-test
+{ t } [ 10 <iota> >array reverse dup zip >avl dup >avl = ] unit-test