]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/random/random-tests.factor
more test IN: cleanup.
[factor.git] / basis / random / random-tests.factor
index 8ab979019bd8f7f384758082635392ebbd1840f7..92d5c69953d12bf119f38ac728135e73ba296ee6 100644 (file)
@@ -1,6 +1,5 @@
 USING: random sequences tools.test kernel math math.constants
 math.functions sets grouping random.private math.statistics ;
-IN: random.tests
 
 { 4 } [ 4 random-bytes length ] unit-test
 { 7 } [ 7 random-bytes length ] unit-test