X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fcolors%2Fhwb%2Fhwb-tests.factor;h=a4bd1e22411440525ce1dc517cee833bdb283434;hp=43c902bc4176f87b02f768adc74810af24dea78d;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/colors/hwb/hwb-tests.factor b/basis/colors/hwb/hwb-tests.factor index 43c902bc41..a4bd1e2241 100644 --- a/basis/colors/hwb/hwb-tests.factor +++ b/basis/colors/hwb/hwb-tests.factor @@ -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 } [