]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/encodings/utf8/utf8-tests.factor
core: Trim using lists from -tests and clean up a few irregularities.
[factor.git] / core / io / encodings / utf8 / utf8-tests.factor
index 468c69a3ce94fbdd2032442acd5b7c61296e197d..efeeb708d01be9ec5b597a143b490606ed4f2389 100644 (file)
@@ -1,5 +1,5 @@
-USING: io.encodings.utf8 tools.test io.encodings.string strings arrays
-bootstrap.unicode kernel sequences ;
+USING: arrays io.encodings.string io.encodings.utf8 kernel
+sequences strings tools.test ;
 IN: io.encodings.utf8.tests
 
 : decode-utf8-w/stream ( array -- newarray )