]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/picomath/picomath-tests.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / picomath / picomath-tests.factor
index ee1f219e9c502a964d8c0c2532dfae13254e661a..a7c01c0eb3f8d7aabbb783e2f418d142c1a31ef7 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2011 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: kernel literals math math.functions math.ranges picomath
+USING: kernel literals math math.functions ranges picomath
 sequences tools.test ;
 
 IN: picomath