]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/endian/endian-tests.factor
more test IN: cleanup.
[factor.git] / basis / endian / endian-tests.factor
index e90bac691e01197577136b4ca6ca20af66f0d298..f0650cc8fd2b721cb13124e5701abfa4dfa35d4a 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2009 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel namespaces tools.test endian ;
-IN: endian.tests
+USING: endian kernel namespaces tools.test ;
 
 { t } [ [ endianness get big-endian = ] with-big-endian ] unit-test
 { t } [ [ endianness get little-endian = ] with-little-endian ] unit-test