X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fspecialized-arrays%2Fspecialized-arrays-tests.factor;h=645606edc5e639e6e9752659ba0bee52b218fa1c;hp=c25f8ae3b15f0bb0a755653445456b4330587f6f;hb=17b095a5243c0ec94acb336d06cec2890159c08c;hpb=ebd2cce1bed8d3b23e9fcfd05ba6dab650302498 diff --git a/basis/specialized-arrays/specialized-arrays-tests.factor b/basis/specialized-arrays/specialized-arrays-tests.factor index c25f8ae3b1..645606edc5 100644 --- a/basis/specialized-arrays/specialized-arrays-tests.factor +++ b/basis/specialized-arrays/specialized-arrays-tests.factor @@ -1,12 +1,13 @@ IN: specialized-arrays.tests USING: tools.test alien.syntax specialized-arrays -specialized-arrays.private sequences alien.c-types accessors +specialized-arrays.private sequences alien accessors kernel arrays combinators compiler compiler.units classes.struct combinators.smart compiler.tree.debugger math libc destructors sequences.private multiline eval words vocabs namespaces assocs prettyprint alien.data math.vectors definitions compiler.test ; -FROM: alien.c-types => float ; +FROM: alien.c-types => int float bool char float ulonglong ushort uint +heap-size little-endian? ; SPECIALIZED-ARRAY: int SPECIALIZED-ARRAYS: bool ushort char uint float ulonglong ;