]> gitweb.factorcode.org Git - factor.git/blobdiff - core/slots/slots-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / core / slots / slots-tests.factor
index 1365e815242efa192f49d02f131fb66f8c9371ab..81251d728fd75b755461b811116641fb2a314b97 100644 (file)
@@ -1,6 +1,6 @@
-IN: slots.tests
 USING: math accessors slots strings generic.single kernel
 tools.test generic words parser eval math.functions ;
+IN: slots.tests
 
 TUPLE: r/w-test foo ;