From 940c356b2eb41279b1618d1c3bb89533883d5baa Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Fri, 8 May 2026 13:00:37 +0200 Subject: Add scheme.base to test imports for completeness Apparently, "raise" is unavailable in the tests and it gets called in some cases on Windows. --- tests/run.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/run.scm b/tests/run.scm index f6f99ee..81ed13f 100644 --- a/tests/run.scm +++ b/tests/run.scm @@ -1,4 +1,4 @@ -(import scheme chicken.base chicken.port +(import scheme scheme.base chicken.base chicken.port chicken.condition chicken.time.posix srfi-1 test uri-common intarweb chicken.io chicken.format) -- cgit v1.2.3