]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/ffi/ffi-tests.factor
unix.utilities: update usings for move
[factor.git] / basis / unix / ffi / ffi-tests.factor
index a529ef514fe0e6f4388d6f610c8287f611f6ef04..880742ed9e2a1d2f4fae5b893149e0230b7f07f0 100644 (file)
@@ -1,6 +1,5 @@
-USING: accessors alien.c-types io.encodings.utf8 kernel
-sequences tools.test unix.ffi unix.utilities ;
-IN: unix.ffi.tests
+USING: accessors alien.c-types alien.utilities io.encodings.utf8
+kernel sequences tools.test unix.ffi ;
 
 { 80 } [ "http" f getservbyname port>> ntohs ] unit-test