]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/io/binary/fast/fast-tests.factor
more test IN: cleanup.
[factor.git] / extra / io / binary / fast / fast-tests.factor
index 88386bb61aa8b8d39c5694d23b29259f834f9e36..66c98b0876f2a9ab646f6f2e8f565e66aaea8522 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2011 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: tools.test io.binary.fast ;
-IN: io.binary.fast.tests
 
 { 0x0102 } [ B{ 01 02 } 2be> ] unit-test
 { 0x01020304 } [ B{ 01 02 03 04 } 4be> ] unit-test