aboutsummaryrefslogtreecommitdiffstats
path: root/test/run.scm
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-05-02 13:23:21 -0400
committerGravatar Peter McGoron 2025-05-02 13:23:21 -0400
commitab979e1dd163a6ceabb7554f8e2a7f405bd43edd (patch)
treeffe1c5786cb5e7f70195eba1c8f381bff8552a15 /test/run.scm
parentmove utils to new library, emit ellipsis dag from matcher compiler (diff)
move common procedures for matcher and producer to internal
Diffstat (limited to '')
-rw-r--r--test/run.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run.scm b/test/run.scm
index 39e4c70..0b0e9d9 100644
--- a/test/run.scm
+++ b/test/run.scm
@@ -16,6 +16,7 @@
(test-syntax-object)
+(load "../multisyntax/pattern/internal.sld")
(load "../multisyntax/pattern/matcher.sld")
(load "pattern/matcher.sld")
(import (multisyntax pattern matcher test))