diff options
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))) |