checksums.sodium: use checksums in tests.
parent
383dc58d7e
commit
3f2b83bf12
|
@ -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!" }
|
||||||
|
|
Loading…
Reference in New Issue