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:
Nguyễn Thái Ngọc Duy 2020-02-14 19:03:42 +07:00
parent 507e62c3e1
commit 58b2ee34dd

View file

@ -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