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