]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/encodings/utf16n/utf16n-tests.factor
core: Trim using lists from -tests and clean up a few irregularities.
[factor.git] / core / io / encodings / utf16n / utf16n-tests.factor
index 7778f7c67b105fad8c42b2a931a45524e73ffd04..9e3170156b7331938ec0616592f2ebc4b6a735a1 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.streams.byte-array kernel tools.test ;
+IN: io.encodings.utf16n.tests
 
 : correct-endian ( obj -- ? )
     code>> little-endian? [ utf16le = ] [ utf16be = ] if ;