]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/encodings/utf16n/utf16n-tests.factor
bootstrap: a few more paths
[factor.git] / core / io / encodings / utf16n / utf16n-tests.factor
index 7778f7c67b105fad8c42b2a931a45524e73ffd04..c76e090ae925b4a46d9feabb19744da6fcba8e35 100644 (file)
@@ -1,6 +1,6 @@
-USING: accessors alien.c-types alien.data kernel
-io.encodings.utf16 io.streams.byte-array tools.test ;
-IN: io.encodings.utf16n
+USING: accessors alien.data io.encodings.utf16
+io.encodings.utf16n io.streams.byte-array kernel tools.test ;
+IN: io.encodings.utf16n.tests
 
 : correct-endian ( obj -- ? )
     code>> little-endian? [ utf16le = ] [ utf16be = ] if ;