checksums.sodium: use checksums in tests.

factor-shell
John Benediktsson 2018-01-22 09:28:01 -08:00
parent 383dc58d7e
commit 3f2b83bf12
1 changed files with 1 additions and 1 deletions

View File

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