summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2026-05-08 13:00:37 +0200
committerPeter Bex <peter@more-magic.net>2026-05-08 13:00:37 +0200
commit940c356b2eb41279b1618d1c3bb89533883d5baa (patch)
tree20ab80574f8b89732054d66a3adfeaaeef8b2138
parent6d3722f533f22c19736d1e62fd506e0d2e511b3e (diff)
downloadintarweb-940c356b2eb41279b1618d1c3bb89533883d5baa.tar.gz
Add scheme.base to test imports for completenessHEADmaster
Apparently, "raise" is unavailable in the tests and it gets called in some cases on Windows.
-rw-r--r--tests/run.scm2
1 files changed, 1 insertions, 1 deletions
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)