]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tuple-arrays/tuple-arrays-tests.factor
More unit test fixes
[factor.git] / extra / tuple-arrays / tuple-arrays-tests.factor
old mode 100644 (file)
new mode 100755 (executable)
index dfe9002..dd95104
@@ -1,4 +1,5 @@
 USING: tuple-arrays sequences tools.test namespaces kernel math ;
+IN: tuple-arrays.tests
 
 SYMBOL: mat
 TUPLE: foo bar ;