]> gitweb.factorcode.org Git - factor.git/blobdiff - core/math/floats/floats-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / core / math / floats / floats-tests.factor
index 8350a297b528f0c91fea4fa3ef74a0d560f27363..ff48b47f899434450fe7a4554d24f2ab5f7d6ac3 100644 (file)
@@ -57,7 +57,7 @@ unit-test
 
 { 0 } [ 1/0. >bignum ] unit-test
 
-{ t } [ 64 iota [ 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