]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/combinators/smart/smart-tests.factor
basis: Cleaning up tests using lists and IN: forms.
[factor.git] / basis / combinators / smart / smart-tests.factor
index ffd1e06f6246d968dcbaa2f9bc846c0450859cec..d3f8bfee25cb4258ccbc5c36e1195d9b677d74e1 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2009 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays assocs combinators.smart kernel math
-sequences stack-checker tools.test locals ;
+USING: accessors arrays assocs combinators.smart kernel locals
+math sequences stack-checker tools.test ;
 IN: combinators.smart.tests
 
 : test-bi ( -- 9 11 )