mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +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)
|
(define-library (chibi crypto sha2-test)
|
||||||
(export run-tests)
|
(export run-tests)
|
||||||
(import (chibi) (chibi io) (chibi crypto sha2) (chibi test))
|
(import (scheme base) (chibi crypto sha2) (chibi test))
|
||||||
(begin
|
(begin
|
||||||
(define (run-tests)
|
(define (run-tests)
|
||||||
(test-begin "sha2")
|
(test-begin "sha2")
|
||||||
|
|
Loading…
Add table
Reference in a new issue