]> gitweb.factorcode.org Git - factor.git/blobdiff - core/definitions/definitions-tests.factor
core: Trim using lists from -tests and clean up a few irregularities.
[factor.git] / core / definitions / definitions-tests.factor
index 94f5075ac39e4372cf5fa0c547c4ad3366c598ce..cf0c6daa4d9335501b15530d045fbc56e29d35c0 100644 (file)
@@ -1,5 +1,5 @@
-USING: tools.test generic kernel definitions sequences
-compiler.units words ;
+USING: arrays bit-arrays byte-arrays compiler.units definitions
+tools.test ;
 IN: definitions.tests
 
 GENERIC: some-generic ( a -- b )