add a using

db4
Doug Coleman 2009-10-01 17:07:57 -05:00
parent 5c972d9679
commit 34c4bd6d8f
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
! Copyright (C) 2009 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: byte-arrays checksums checksums.md5 io.encodings.binary
io.streams.byte-array kernel math namespaces tools.test ;
io.streams.byte-array kernel math namespaces tools.test
sequences ;
IN: checksums.md5.tests
[ "d41d8cd98f00b204e9800998ecf8427e" ] [ "" >byte-array md5 checksum-bytes hex-string ] unit-test