From 3a82e006a0d3c1e951559dfe9c8c7a08f1149bec Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 2 Jul 2021 16:18:31 +0530 Subject: tests: Remove unnecessary import. * tests/ccwl.scm: Do not import (srfi srfi-71). --- tests/ccwl.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/ccwl.scm b/tests/ccwl.scm index 24024f3..d97c757 100644 --- a/tests/ccwl.scm +++ b/tests/ccwl.scm @@ -16,8 +16,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with ccwl. If not, see . -(use-modules (srfi srfi-71) - (srfi srfi-64)) +(use-modules (srfi srfi-64)) (test-begin "ccwl") -- cgit v1.2.3