From c2085be2dd2a0cb3da05991847e35080915e547e Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sat, 18 Apr 2026 05:49:34 +0100 Subject: rename modules --- tests/input-test.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/input-test.scm') diff --git a/tests/input-test.scm b/tests/input-test.scm index 50395d8..2903cbb 100644 --- a/tests/input-test.scm +++ b/tests/input-test.scm @@ -12,7 +12,7 @@ ;; Load entity first (input imports it) (include "entity.scm") -(import downstroke-entity) +(import (downstroke entity)) (import (only (list-utils alist) plist->alist)) @@ -22,7 +22,7 @@ ;; Load the module source directly (include "input.scm") ;; Now import it to access the exported functions -(import downstroke-input) +(import (downstroke input)) ;; Test suite for input module (test-begin "input-module") -- cgit v1.2.3