]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/pcre/pcre-tests.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / pcre / pcre-tests.factor
index abadc761c0b60e42edb9c52ee27d86af2544ba12..a7360b1087f14144999aace5a71484133ae1b995 100644 (file)
@@ -1,5 +1,5 @@
 USING: accessors arrays assocs continuations http.client kernel
-literals math math.parser math.ranges pcre pcre.ffi pcre.private
+literals math math.parser ranges pcre pcre.ffi pcre.private
 random sequences system tools.test ;
 QUALIFIED: regexp
 QUALIFIED: splitting