mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-06-12 22:05:10 +02:00
import (scheme base)
This commit is contained in:
parent
e1d58eb84a
commit
d152dd6237
1 changed files with 1 additions and 9 deletions
|
@ -1,14 +1,6 @@
|
|||
(define-library (chibi tar-test)
|
||||
(export run-tests)
|
||||
(import (chibi)
|
||||
(only (scheme base)
|
||||
bytevector-append
|
||||
make-bytevector
|
||||
string->utf8
|
||||
bytevector
|
||||
open-input-bytevector
|
||||
open-output-bytevector
|
||||
get-output-bytevector)
|
||||
(import (scheme base)
|
||||
(chibi tar)
|
||||
(chibi test))
|
||||
(begin
|
||||
|
|
Loading…
Add table
Reference in a new issue