]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/byte-arrays/hex/hex-tests.factor
basis: Cleaning up tests using lists and IN: forms.
[factor.git] / basis / byte-arrays / hex / hex-tests.factor
index 814bae4be7f9516f2aebadd3099faae8ff726621..ad78111fea2e23c8a9fc654b81025a3cf1b785b9 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2011 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: tools.test byte-arrays.hex eval ;
-IN: byte-arrays.hex.tests
+USING: byte-arrays.hex eval tools.test ;
 
 { B{ 16 0 8 0 } } [ HEX{ 10 00 08 00 } ] unit-test
 { B{ 255 255 15 255 255 255 } } [ HEX{ ffff 0fff ffff } ] unit-test