From dd01f37c43ba8df952cc0f5fd0176691ada1592b Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Sun, 23 Sep 2018 11:13:11 +0200 Subject: The intarweb tests don't actually use srfi-18; drop the dependency --- tests/run.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/run.scm') diff --git a/tests/run.scm b/tests/run.scm index e2d0b70..9842bc5 100644 --- a/tests/run.scm +++ b/tests/run.scm @@ -1,5 +1,5 @@ (import scheme chicken.base chicken.port - chicken.condition chicken.time.posix srfi-1 srfi-18 + chicken.condition chicken.time.posix srfi-1 test uri-common intarweb chicken.io chicken.format) ;; Below, there are specific tests for when these do have a value -- cgit v1.2.3