]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/primes/miller-rabin/miller-rabin-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / math / primes / miller-rabin / miller-rabin-tests.factor
index 7121b6707947e2dbfa6dd3deb85bc93af5fafd2d..29b515fc9fe17f99fa65c3cf561b57b599266c40 100644 (file)
@@ -8,4 +8,4 @@ IN: math.primes.miller-rabin.tests
 { t } [ 37 miller-rabin ] unit-test
 { t } [ 2135623355842621559 miller-rabin ] unit-test
 
-{ f } [ 1000 iota [ drop 15 miller-rabin ] any? ] unit-test
+{ f } [ 1000 <iota> [ drop 15 miller-rabin ] any? ] unit-test