]> gitweb.factorcode.org Git - factor.git/commitdiff
io.encodings.detect: fill in USING: list for tests
authorJoe Groff <arcata@gmail.com>
Thu, 10 Jun 2010 23:39:48 +0000 (16:39 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 14 Jun 2010 00:34:15 +0000 (19:34 -0500)
extra/io/encodings/detect/detect-tests.factor

index 570f84d1b9b30723d97e28f927756949cc8425e7..5dbebd90018a008a2ec7d3c2b4286231eed882be 100644 (file)
@@ -1,5 +1,8 @@
 ! (c)2010 Joe Groff bsd license\r
-USING: byte-arrays.hex io.encodings.8-bit.koi8-r io.encodings.detect tools.test ;\r
+USING: byte-arrays byte-arrays.hex io.encodings.8-bit.koi8-r\r
+io.encodings.8-bit.latin1 io.encodings.binary\r
+io.encodings.detect io.encodings.utf16 io.encodings.utf32\r
+io.encodings.utf8 namespaces tools.test ;\r
 IN: io.encodings.detect.tests\r
 \r
 ! UTF encodings with BOMs\r