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