diff options
| author | 2025-04-25 18:38:14 -0400 | |
|---|---|---|
| committer | 2025-04-25 18:38:14 -0400 | |
| commit | 3d84624b12fd38adb9a664a657580403e521e103 (patch) | |
| tree | d5b0ba6ab0d429e1f87ebee1e3a92fde0bcc96c0 /test/run.scm | |
| parent | test vectors with matches after an ellipses (diff) | |
reorganize pattern module
Diffstat (limited to 'test/run.scm')
| -rw-r--r-- | test/run.scm | 6 |
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) |
