]> gitweb.factorcode.org Git - factor.git/commitdiff
checksums.sodium: use checksums in tests.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 22 Jan 2018 17:28:01 +0000 (09:28 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 22 Jan 2018 17:28:01 +0000 (09:28 -0800)
extra/checksums/sodium/sodium-tests.factor

index 147ea34488f813bc89c3be21c6cab798e63800e4..d29af3d087fcac9726b50729c32760056de1da97 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2018 Alexander Ilin.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: tools.test checksums.sodium ;
+USING: tools.test checksums checksums.sodium ;
 IN: checksums.sodium.tests
 
 CONSTANT: test-lines { "Hello," "world!" }