]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/colors/hex/hex-tests.factor
basis: Cleaning up tests using lists and IN: forms.
[factor.git] / basis / colors / hex / hex-tests.factor
index 1dcd53c4346a79facade8315dcbc211d0fc7194c..94df043e3dd0aaca3f46508d99db6bbfbfffa97f 100644 (file)
@@ -1,10 +1,7 @@
 ! Copyright (C) 2010 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
-
 USING: colors colors.hex tools.test ;
 
-IN: colors.hex.test
-
 { HEXCOLOR: 000000 } [ 0.0 0.0 0.0 1.0 <rgba> ] unit-test
 { HEXCOLOR: FFFFFF } [ 1.0 1.0 1.0 1.0 <rgba> ] unit-test
 { HEXCOLOR: abcdef } [ "abcdef" hex>rgba ] unit-test