summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2025-08-19 10:17:33 +0200
committerPeter Bex <peter@more-magic.net>2025-08-19 10:17:33 +0200
commit1007f7aef69d3fe28942ad74cc002b49bd1eefaa (patch)
treea373209aee9e1ebb533711a1db66110befc40e55 /tests
parent66eb53e611256a163a0ff4623b889a8382948305 (diff)
downloadslset-1007f7aef69d3fe28942ad74cc002b49bd1eefaa.tar.gz
Use singular "slset" instead of plural "slsets"
Diffstat (limited to 'tests')
-rw-r--r--tests/run.scm4
1 files changed, 2 insertions, 2 deletions
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)))