]> gitweb.factorcode.org Git - factor.git/blobdiff - core/arrays/arrays-tests.factor
core: Trim using lists from -tests and clean up a few irregularities.
[factor.git] / core / arrays / arrays-tests.factor
index dc2683ee0fd752142c29d7a9552cac75c4a3f33d..e55c8bef2f7c28fc8fb2a037333db1837b2b29d9 100644 (file)
@@ -1,6 +1,5 @@
 USING: accessors arrays kernel kernel.private layouts literals math
 sequences tools.test vectors ;
-IN: arrays.tests
 
 [ -2 { "a" "b" "c" } nth ] must-fail
 [ 10 { "a" "b" "c" } nth ] must-fail