]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/colors/mix/mix-tests.factor
basis: Cleaning up tests using lists and IN: forms.
[factor.git] / basis / colors / mix / mix-tests.factor
index 536f8ae568134fa0dc483e0cba4000ff790c9d47..ccddab02dd2746d78b82999da95200d4db06d110 100644 (file)
@@ -1,5 +1,4 @@
-USING: colors.constants kernel tools.test ;
-IN: colors.mix
+USING: colors.constants colors.mix kernel tools.test ;
 
 { COLOR: blue } [ COLOR: blue COLOR: red 0.0 linear-gradient ] unit-test
 { COLOR: red } [ COLOR: blue COLOR: red 1.0 linear-gradient ] unit-test