io.encodings.utf16n: Fix using.

locals-and-roots
Doug Coleman 2016-03-30 21:13:53 -07:00
parent 77c256412d
commit 180a0be647
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
USING: accessors alien.data io.encodings.utf16 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 IN: io.encodings.utf16n.tests
: correct-endian ( obj -- ? ) : correct-endian ( obj -- ? )