mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
chibi/test: remove dead import
'protect' used to be renamed to 'guard', after excluding 'guard' from (scheme base). But that part is now gone. test.scm itself never uses 'protect' directly. Remove it because it's not used.
This commit is contained in:
parent
507e62c3e1
commit
58b2ee34dd
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
(chibi term ansi))
|
(chibi term ansi))
|
||||||
(cond-expand
|
(cond-expand
|
||||||
(chibi
|
(chibi
|
||||||
(import (only (chibi) pair-source print-exception protect)))
|
(import (only (chibi) pair-source print-exception)))
|
||||||
(chicken
|
(chicken
|
||||||
(import (only (chicken) print-error-message))
|
(import (only (chicken) print-error-message))
|
||||||
(begin
|
(begin
|
||||||
|
|
Loading…
Add table
Reference in a new issue