]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/factorials/factorials-tests.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / math / factorials / factorials-tests.factor
index b2a06d8efac28b90676ab2979dea18b021a87e14..f35f713a124f908a8d58a40bf25b8c2f540b4d1b 100644 (file)
@@ -1,4 +1,4 @@
-USING: kernel math.factorials math.functions math.ranges sequences tools.test ;
+USING: kernel math.factorials math.functions ranges sequences tools.test ;
 
 { 1 } [ -1 factorial ] unit-test ! not necessarily correct
 { 1 } [ 0 factorial ] unit-test