mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
removing (chibi) import from sha2 tests
This commit is contained in:
parent
cd258bfc08
commit
46687d7307
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
(define-library (chibi crypto sha2-test)
|
||||
(export run-tests)
|
||||
(import (chibi) (chibi io) (chibi crypto sha2) (chibi test))
|
||||
(import (scheme base) (chibi crypto sha2) (chibi test))
|
||||
(begin
|
||||
(define (run-tests)
|
||||
(test-begin "sha2")
|
||||
|
|
Loading…
Add table
Reference in a new issue