]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/vectors/vectors-tests.factor
Fixing various test failures caused by C type parser change, and clarify C type docs...
[factor.git] / basis / math / vectors / vectors-tests.factor
index 91c5c0326f4d420e7d625aa27b7a69d9c463621e..54ffc924811b54e2cf375006e9eb9fc39b66947f 100644 (file)
@@ -1,6 +1,6 @@
 IN: math.vectors.tests
 USING: math.vectors tools.test kernel specialized-arrays compiler
-kernel.private ;
+kernel.private alien.c-types ;
 SPECIALIZED-ARRAY: int
 
 [ { 1 2 3 } ] [ 1/2 { 2 4 6 } n*v ] unit-test