]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/intrinsics.factor
move some allocation words that don't really have much to do with c types out of...
[factor.git] / basis / compiler / tests / intrinsics.factor
index dc2f5d9257f657726668e232202d42596a7233b0..24114e0ccbb9e46f9017b34f2f93474d5f30983f 100644 (file)
@@ -3,7 +3,7 @@ math math.constants math.private math.integers.private sequences
 strings tools.test words continuations sequences.private
 hashtables.private byte-arrays system random layouts vectors
 sbufs strings.private slots.private alien math.order
-alien.accessors alien.c-types alien.syntax alien.strings
+alien.accessors alien.c-types alien.data alien.syntax alien.strings
 namespaces libc io.encodings.ascii classes compiler ;
 FROM: math => float ;
 IN: compiler.tests.intrinsics