]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/alien/data/map/map-tests.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / alien / data / map / map-tests.factor
index 480e940aeebef980a8ee1ddd8a06a2fbf9b5f45d..24c1f5f830ba7f36b56d4459cdbff25dad5273e7 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2009, 2010 Joe Groff, Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien.data alien.data.map fry generalizations kernel locals math.vectors
-math.vectors.conversion math math.vectors.simd math.ranges sequences
+math.vectors.conversion math math.vectors.simd ranges sequences
 specialized-arrays tools.test ;
 FROM: alien.c-types => uchar short int float ;
 SPECIALIZED-ARRAYS: int float float-4 uchar-16 ;