]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/combinators/random/random-tests.factor
basis: Cleaning up tests using lists and IN: forms.
[factor.git] / basis / combinators / random / random-tests.factor
index 46282a3222a2f7d9494b7bb75fba0146e4f30a7b..df969a602764200cf8630ee3f5a17823e1207f84 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2010 Jon Harper.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: tools.test combinators.random combinators.random.private ;
-IN: combinators.random.tests
+USING: combinators.random combinators.random.private tools.test ;
 
 { 1 } [ 1 [ 1 ] [ 2 ] ifp ] unit-test
 { 2 } [ 0 [ 1 ] [ 2 ] ifp ] unit-test