]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/imap/imap-tests.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / imap / imap-tests.factor
index d9b7231c7b827f18afe3b9f7d4fa9a3ef715fb35..976447d7a349fd6f2c08d625b987c903e743aa6c 100644 (file)
@@ -1,6 +1,6 @@
 USING: accessors arrays assocs calendar calendar.format calendar.parser
 combinators continuations destructors formatting fry grouping.extras imap
-imap.private io.streams.duplex kernel math math.parser math.ranges
+imap.private io.streams.duplex kernel math math.parser ranges
 namespaces random sequences sets sorting uuid multiline
 splitting strings system tools.test memoize combinators.smart ;
 FROM: pcre => findall ;