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