]> gitweb.factorcode.org Git - factor.git/blobdiff - core/compiler/units/units-tests.factor
core: Trim using lists from -tests and clean up a few irregularities.
[factor.git] / core / compiler / units / units-tests.factor
index 478a8d5f4220d54257966a24e80d8419e2b6727c..7a8bfc0d8da074af001a344e2d3f34c9ce7e8d3e 100644 (file)
@@ -1,5 +1,5 @@
-USING: compiler definitions compiler.units tools.test arrays sequences words kernel
-accessors namespaces fry eval quotations math ;
+USING: arrays compiler compiler.units definitions eval fry
+kernel math namespaces quotations sequences tools.test words ;
 IN: compiler.units.tests
 
 [ [ [ ] define-temp ] with-compilation-unit ] must-infer