]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/environment/environment-tests.factor
more test IN: cleanup.
[factor.git] / basis / environment / environment-tests.factor
index 51aedca9ade63ffb7f4c79dead82e78e3814f615..ad881571f5769d65dd3a7c08b9b248405b6a5c46 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel namespaces prettyprint system tools.test
-environment strings sequences ;
-IN: environment.tests
+USING: environment kernel namespaces prettyprint sequences
+strings system tools.test ;
 
 { } [ os-envs . ] unit-test