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