]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/db/tuples/tuples-tests.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / db / tuples / tuples-tests.factor
index b1b245b42a91df51f7bb5977cc38b2f40a80db85..ae01c13f74f8afa76f282777860ba4d920aa13fd 100644 (file)
@@ -2,7 +2,7 @@
 ! Copyright (C) 2018 Alexander Ilin.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors calendar calendar.parser classes continuations
-db.tester db.tuples db.types kernel math math.intervals math.ranges
+db.tester db.tuples db.types kernel math math.intervals ranges
 namespaces random sequences sorting strings tools.test urls ;
 IN: db.tuples.tests