]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/colors/hsl/hsl-tests.factor
factor: trim using lists
[factor.git] / basis / colors / hsl / hsl-tests.factor
index 6ca0a5a75a011bd958f5bbe556288a563af00c51..641272450d4e4976ba63366125a93a74e6614d72 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2013 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: arrays colors colors.hsl kernel locals math.functions
+USING: arrays colors colors.hsl kernel math.functions
 ranges sequences tools.test ;
 
 { t } [