]> gitweb.factorcode.org Git - factor.git/blobdiff - core/math/floats/floats-tests.factor
Removing integers-as-sequences
[factor.git] / core / math / floats / floats-tests.factor
index 2c0884c8b127c3c121f8a6b109970f492a03a435..84f993c5ac9a95dae1c149c22a7353909356dcdb 100644 (file)
@@ -58,7 +58,7 @@ unit-test
 
 [ 0 ] [ 1/0. >bignum ] unit-test
 
-[ t ] [ 64 [ 2^ 0.5 * ] map [ < ] monotonic? ] unit-test
+[ t ] [ 64 iota [ 2^ 0.5 * ] map [ < ] monotonic? ] unit-test
 
 [ 5 ] [ 10.5 1.9 /i ] unit-test