]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/struct-arrays/struct-arrays-tests.factor
Update documentation for stricter vocabulary search path semantics
[factor.git] / basis / struct-arrays / struct-arrays-tests.factor
index a8ce98888cd91d91247d2b306d7ba7d9d1fc2ec9..8ce45ccc15345577d1d6013cd6f1139a4bff2997 100755 (executable)
@@ -1,7 +1,6 @@
 IN: struct-arrays.tests
 USING: struct-arrays tools.test kernel math sequences
-alien.syntax alien.c-types destructors libc accessors
-destructors ;
+alien.syntax alien.c-types destructors libc accessors ;
 
 C-STRUCT: test-struct
 { "int" "x" }