]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/nibble-arrays/nibble-arrays-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / nibble-arrays / nibble-arrays-tests.factor
index 68c161e1f2eb7846ee8fb34598adc7f12b7f95eb..77610111da2935fe4a5539a3b132a771ea22ed6b 100644 (file)
@@ -3,6 +3,6 @@ IN: nibble-arrays.tests
 
 [ -1 <nibble-array> ] [ T{ bad-array-length f -1 } = ] must-fail-with
 
-{ t } [ 16 iota dup >nibble-array sequence= ] unit-test
+{ t } [ 16 <iota> dup >nibble-array sequence= ] unit-test
 { N{ 4 2 1 3 } } [ N{ 3 1 2 4 } reverse ] unit-test
 { N{ 1 4 9 0 9 4 } } [ N{ 1 2 3 4 5 6 } [ sq ] map ] unit-test