From 1007f7aef69d3fe28942ad74cc002b49bd1eefaa Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Tue, 19 Aug 2025 10:17:33 +0200 Subject: Use singular "slset" instead of plural "slsets" --- tests/run.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/run.scm b/tests/run.scm index f9a47ea..1c209c2 100644 --- a/tests/run.scm +++ b/tests/run.scm @@ -1,5 +1,5 @@ -;; (load "../slsets.scm") -(import slsets test (chicken plist)) +;; (load "../slset.scm") +(import slset test (chicken plist)) (define all-symbols '(a b c d e i o u x y z)) (define all-plist-entries (apply append (map symbol-plist all-symbols))) -- cgit v1.2.3