removing (chibi) import from sha2 tests

This commit is contained in:
Alex Shinn 2017-01-23 23:29:26 +09:00
parent cd258bfc08
commit 46687d7307

View file

@ -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")