]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/statistics/statistics-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / math / statistics / statistics-tests.factor
index 8602a3148e9678b949007bd8f6f6da11053f8962..60ce318097298beaeee3c628fc084fdb3ffbca13 100644 (file)
@@ -183,7 +183,7 @@ IN: math.statistics.tests
 
 { { 0 0 0 } } [ { 1 1 1 } standardize ] unit-test
 
-{ { 0 1/4 1/2 3/4 1 } } [ 5 iota rescale ] unit-test
+{ { 0 1/4 1/2 3/4 1 } } [ 5 <iota> rescale ] unit-test
 
 
 {