X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fcolors%2Flch%2Flch-tests.factor;h=d784e5d54c9e6876b0041908e4b3d7c886110d0b;hp=8f399dc2dbff410982f61c70f85daffcc01808b8;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/colors/lch/lch-tests.factor b/basis/colors/lch/lch-tests.factor index 8f399dc2db..d784e5d54c 100644 --- a/basis/colors/lch/lch-tests.factor +++ b/basis/colors/lch/lch-tests.factor @@ -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 } [