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