removing (chibi) import from md5 tests

This commit is contained in:
Alex Shinn 2017-01-23 23:26:31 +09:00
parent 7b936e4190
commit cd258bfc08

View file

@ -1,6 +1,6 @@
(define-library (chibi crypto md5-test)
(export run-tests)
(import (chibi) (chibi crypto md5) (chibi test))
(import (scheme base) (chibi crypto md5) (chibi test))
(begin
(define (run-tests)
(test-begin "md5")