]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/tuples.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / compiler / tests / tuples.factor
index 602b438432795832e0649e6b401b9cfb84191eae..3d6301249f41ee44be25b1eb97f9e08450b4f94d 100644 (file)
@@ -1,5 +1,5 @@
-IN: compiler.tests
-USING: kernel tools.test compiler.units ;
+USING: kernel tools.test compiler.units compiler ;
+IN: compiler.tests.tuples
 
 TUPLE: color red green blue ;