]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/colors/hsl/hsl-tests.factor
more test IN: cleanup.
[factor.git] / extra / colors / hsl / hsl-tests.factor
index 8b12019e6fcf6b500420f4d2347371ba262cde2b..09fafa6b2e662fa11225b280917fc2b696edf30a 100644 (file)
@@ -1,10 +1,8 @@
 ! Copyright (C) 2013 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: arrays colors kernel locals math.functions math.ranges
-sequences tools.test ;
-
-IN: colors.hsl
+USING: arrays colors colors.hsl kernel locals math.functions
+math.ranges sequences tools.test ;
 
 { t } [
     0.0 1.0 0.1 <range> [| r |