]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/bitwise/bitwise-tests.factor
specialized-arrays: performed some cleanup.
[factor.git] / basis / math / bitwise / bitwise-tests.factor
index b05ca1d53fbc366e1fbf34720839cebf0df0cdaa..d0805237fd5797e4519256295a10842b2787ec41 100644 (file)
@@ -1,5 +1,5 @@
 USING: accessors math math.bitwise tools.test kernel words
-specialized-arrays alien.c-types math.vectors.simd
+specialized-arrays alien.c-types alien.data math.vectors.simd
 sequences destructors libc literals classes.struct ;
 SPECIALIZED-ARRAY: int
 IN: math.bitwise.tests
@@ -44,7 +44,7 @@ SPECIALIZED-ARRAY: uint-4
 
 [ 1 ] [
     [
-        2 malloc-int-array &free 1 0 pick set-nth bit-count
+        2 int malloc-array &free 1 0 pick set-nth bit-count
     ] with-destructors
 ] unit-test