From a1ed7b9f9954618e2ed4e14dd2dd3215ba7afd7d Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 7 Oct 2025 15:15:58 +0200 Subject: API: move `src` to `ss` --- tests/html.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/html.scm') 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") -- cgit v1.2.3