]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/structs/structs-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / alien / structs / structs-tests.factor
index 231f1bd42876a1e4f842fc97e0cd5a7b816604ff..3f84377d5c8164a22e2ac4518b826d8620832132 100755 (executable)
@@ -1,6 +1,6 @@
-IN: alien.structs.tests
 USING: alien alien.syntax alien.c-types kernel tools.test
 sequences system libc words vocabs namespaces layouts ;
+IN: alien.structs.tests
 
 C-STRUCT: bar
     { "int" "x" }