]> gitweb.factorcode.org Git - factor.git/commitdiff
io.encodings.utf16n: Fix using.
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 31 Mar 2016 04:13:53 +0000 (21:13 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 31 Mar 2016 04:25:44 +0000 (21:25 -0700)
core/io/encodings/utf16n/utf16n-tests.factor

index 9e3170156b7331938ec0616592f2ebc4b6a735a1..c76e090ae925b4a46d9feabb19744da6fcba8e35 100644 (file)
@@ -1,5 +1,5 @@
 USING: accessors alien.data io.encodings.utf16
-io.streams.byte-array kernel tools.test ;
+io.encodings.utf16n io.streams.byte-array kernel tools.test ;
 IN: io.encodings.utf16n.tests
 
 : correct-endian ( obj -- ? )