aboutsummaryrefslogtreecommitdiffstats
path: root/test/run.scm
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-04-25 18:38:14 -0400
committerGravatar Peter McGoron 2025-04-25 18:38:14 -0400
commit3d84624b12fd38adb9a664a657580403e521e103 (patch)
treed5b0ba6ab0d429e1f87ebee1e3a92fde0bcc96c0 /test/run.scm
parenttest vectors with matches after an ellipses (diff)
reorganize pattern module
Diffstat (limited to 'test/run.scm')
-rw-r--r--test/run.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/run.scm b/test/run.scm
index a22fa45..e370a9a 100644
--- a/test/run.scm
+++ b/test/run.scm
@@ -15,7 +15,7 @@
(test-syntax-object)
-(load "../multisyntax/patterns.sld")
-(load "patterns.sld")
-(import (multisyntax patterns test))
+(load "../multisyntax/pattern/matcher.sld")
+(load "pattern/matcher.sld")
+(import (multisyntax pattern matcher test))
(test-patterns)