aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 18:46:21 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 18:46:21 +0200
commit6461d1b45c7431b36393fd56423298c81f7208ae (patch)
treed712742e3a72c57c4410131ae4ff10af429e7812 /tests
parentFixes. (diff)
downloadcalp-6461d1b45c7431b36393fd56423298c81f7208ae.tar.gz
calp-6461d1b45c7431b36393fd56423298c81f7208ae.tar.xz
Split module/server into stuff.
Diffstat (limited to 'tests')
-rw-r--r--tests/server.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/server.scm b/tests/server.scm
index 6388edb9..a9cb870e 100644
--- a/tests/server.scm
+++ b/tests/server.scm
@@ -1,4 +1,4 @@
-(((server macro) parse-endpoint-string))
+(((web http make-routes) parse-endpoint-string))
(test-assert (parse-endpoint-string "/static/:dir/:file"))
;; => "/static/([^/]+)/([^/]+)"