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