]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/encodings/utf8/utf8-tests.factor
More unit test fixes
[factor.git] / core / io / encodings / utf8 / utf8-tests.factor
index 25eae5ae22b4d9c3e201543428969e2b3c0e4692..af169854c9017ae71091d9cd198f8baa86c925e3 100755 (executable)
@@ -1,4 +1,5 @@
 USING: io.encodings.utf8 tools.test io.encodings.string strings arrays unicode ;
+IN: io.encodings.utf8.tests
 
 : decode-utf8-w/stream ( array -- newarray )
     utf8 decode >array ;