From 7825cb6d103f27cb9d39ee41d95ff2faa01767c7 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Thu, 10 Jun 2010 16:39:48 -0700 Subject: [PATCH] io.encodings.detect: fill in USING: list for tests --- extra/io/encodings/detect/detect-tests.factor | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extra/io/encodings/detect/detect-tests.factor b/extra/io/encodings/detect/detect-tests.factor index 570f84d1b9..5dbebd9001 100644 --- a/extra/io/encodings/detect/detect-tests.factor +++ b/extra/io/encodings/detect/detect-tests.factor @@ -1,5 +1,8 @@ ! (c)2010 Joe Groff bsd license -USING: byte-arrays.hex io.encodings.8-bit.koi8-r io.encodings.detect tools.test ; +USING: byte-arrays byte-arrays.hex io.encodings.8-bit.koi8-r +io.encodings.8-bit.latin1 io.encodings.binary +io.encodings.detect io.encodings.utf16 io.encodings.utf32 +io.encodings.utf8 namespaces tools.test ; IN: io.encodings.detect.tests ! UTF encodings with BOMs