]> 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
old mode 100755 (executable)
new mode 100644 (file)
index 602b438..3d63012
@@ -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 ;