diff options
author | Peter Bex <peter@more-magic.net> | 2025-08-19 10:17:33 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2025-08-19 10:17:33 +0200 |
commit | 1007f7aef69d3fe28942ad74cc002b49bd1eefaa (patch) | |
tree | a373209aee9e1ebb533711a1db66110befc40e55 /tests/run.scm | |
parent | 66eb53e611256a163a0ff4623b889a8382948305 (diff) | |
download | slset-1007f7aef69d3fe28942ad74cc002b49bd1eefaa.tar.gz |
Use singular "slset" instead of plural "slsets"
Diffstat (limited to 'tests/run.scm')
-rw-r--r-- | tests/run.scm | 4 |
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))) |