summaryrefslogtreecommitdiff
path: root/tests/html.scm
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2025-10-07 15:15:58 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2025-10-07 15:15:58 +0200
commita1ed7b9f9954618e2ed4e14dd2dd3215ba7afd7d (patch)
tree5ce01882fb28f786ce6c362cb51d8809d641284c /tests/html.scm
parent656bca99b0b4c7130855cb01b30b944d4dcb4d12 (diff)
API: move `src` to `ss`
Diffstat (limited to 'tests/html.scm')
-rw-r--r--tests/html.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/html.scm b/tests/html.scm
index 805ab17..974b2f1 100644
--- a/tests/html.scm
+++ b/tests/html.scm
@@ -1,7 +1,7 @@
(define-module (tests html)
- #:use-module (src dates)
+ #:use-module (ss dates)
#:use-module (srfi srfi-64)
- #:use-module ((src html) #:prefix html:))
+ #:use-module ((ss html) #:prefix html:))
(test-begin "HTML index page")