From 8813a62b8e527d882cddc109f6f99c999cfa4579 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sat, 9 May 2015 16:45:45 +0900 Subject: [PATCH] making ansi tests portable --- lib/chibi/term/ansi-test.sld | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/chibi/term/ansi-test.sld b/lib/chibi/term/ansi-test.sld index b2226dca..6a9aa78d 100644 --- a/lib/chibi/term/ansi-test.sld +++ b/lib/chibi/term/ansi-test.sld @@ -1,7 +1,6 @@ (define-library (chibi term ansi-test) (export run-tests) - (import (chibi) - (only (scheme base) parameterize) + (import (scheme base) (chibi test) (chibi term ansi)) (begin