]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/extras/extras-tests.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / math / extras / extras-tests.factor
index 8967451fd13c45dc8ea6458622f53c8153c22dd7..b5dbbbd9beb4caf55f9712b8363835d57cb92cfa 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2012 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: arrays kernel math math.extras math.ranges sequences
+USING: arrays kernel math math.extras ranges sequences
 tools.test ;
 
 { 7 } [ 4 2 stirling ] unit-test