]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/primes/twins/twins-tests.factor
extra/: ensuring tests have an IN:-line ending with .tests
[factor.git] / extra / math / primes / twins / twins-tests.factor
index 4188365e4128ce2888fa39d9ad5a7407cfc90fdb..2ecfdb203b0280530dc7413658e3e8e41feda63d 100644 (file)
@@ -1,9 +1,7 @@
 ! Copyright (C) 2012 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
-
-USING: tools.test ;
-
-IN: math.primes.twins
+USING: math.primes.twins tools.test ;
+IN: math.primes.twins.tests
 
 { { } } [ 3 twin-primes-upto ] unit-test
 { { V{ 3 5 } V{ 5 7 } V{ 11 13 } } } [ 13 twin-primes-upto ] unit-test