diff options
| author | Peter Bex <peter@more-magic.net> | 2026-05-08 13:00:37 +0200 |
|---|---|---|
| committer | Peter Bex <peter@more-magic.net> | 2026-05-08 13:00:37 +0200 |
| commit | 940c356b2eb41279b1618d1c3bb89533883d5baa (patch) | |
| tree | 20ab80574f8b89732054d66a3adfeaaeef8b2138 | |
| parent | 6d3722f533f22c19736d1e62fd506e0d2e511b3e (diff) | |
| download | intarweb-940c356b2eb41279b1618d1c3bb89533883d5baa.tar.gz | |
Apparently, "raise" is unavailable in the tests and it gets called in
some cases on Windows.
| -rw-r--r-- | tests/run.scm | 2 |
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) |
