]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/io/encodings/detect/detect-tests.factor
more test IN: cleanup.
[factor.git] / extra / io / encodings / detect / detect-tests.factor
index c622c587c84b2b276e86daa14b0b8256e46294a8..6a5e02abf620406a1c8c8ef06fe08aa32fd0abc5 100644 (file)
@@ -4,7 +4,6 @@ USING: byte-arrays 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
 { utf16be } [ B{ 0xFE 0xFF 0x00 0x31 0x00 0x32 0x00 0x33 } detect-byte-array ] unit-test