]> gitweb.factorcode.org Git - factor.git/blobdiff - core/hash-sets/hash-sets-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / core / hash-sets / hash-sets-tests.factor
index d9a2b9c17b3ebcf24ca53b57be8e4182521b1b4f..e56adb2a44b66271e4e4e5ee7100833e24c3492c 100644 (file)
@@ -51,7 +51,7 @@ sets sorting tools.test ;
 
 ! make sure growth and capacity use same load-factor
 { t } [
-    100 iota
+    100 <iota>
     [ [ <hash-set> ] map ]
     [ [ HS{ } clone [ '[ _ adjoin ] each-integer ] keep ] map ] bi
     [ [ array>> length ] bi@ = ] 2all?