]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/colors/hsl/hsl-tests.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / colors / hsl / hsl-tests.factor
index 09fafa6b2e662fa11225b280917fc2b696edf30a..07372ac33a4fc8b2933897d04e4d9bb2bfd218bf 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license
 
 USING: arrays colors colors.hsl kernel locals math.functions
-math.ranges sequences tools.test ;
+ranges sequences tools.test ;
 
 { t } [
     0.0 1.0 0.1 <range> [| r |