diff options
| author | Peter Bex <peter@more-magic.net> | 2018-09-23 11:13:11 +0200 | 
|---|---|---|
| committer | Peter Bex <peter@more-magic.net> | 2018-09-23 11:13:11 +0200 | 
| commit | dd01f37c43ba8df952cc0f5fd0176691ada1592b (patch) | |
| tree | f8450857aad0e413f0452227dfa6dfed05643ae5 | |
| parent | a26b44f179769f8c35523dcbf90aa4bc279f6da3 (diff) | |
| download | intarweb-dd01f37c43ba8df952cc0f5fd0176691ada1592b.tar.gz | |
The intarweb tests don't actually use srfi-18; drop the dependency
| -rw-r--r-- | intarweb.egg | 2 | ||||
| -rw-r--r-- | tests/run.scm | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/intarweb.egg b/intarweb.egg index 36e3aec..34e5b71 100644 --- a/intarweb.egg +++ b/intarweb.egg @@ -4,7 +4,7 @@   (category web)   (license "BSD")   (dependencies srfi-1 srfi-13 srfi-14 defstruct uri-common base64) - (test-dependencies test srfi-18) + (test-dependencies test)   (components (extension intarweb                          (csc-options "-O3" "-d0")                          (source-dependencies "intarweb.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 | 
