diff options
| author | 2025-06-20 10:05:03 -0400 | |
|---|---|---|
| committer | 2025-06-20 10:05:03 -0400 | |
| commit | 42d6c0c2434a85c1f005a8dcc09c3cb48989966f (patch) | |
| tree | c4cb8971584f2abdc0cb44074cf838240b7b95b7 | |
| parent | test (x ... y ... z ...) (diff) | |
reenable tests
| -rw-r--r-- | test/run.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run.scm b/test/run.scm index 521b2cf..b0b03bc 100644 --- a/test/run.scm +++ b/test/run.scm @@ -14,13 +14,13 @@ (import (rename (multisyntax syntax-object test) (test test-syntax-object))) -#;(test-syntax-object) +(test-syntax-object) (load "../multisyntax/pattern/internal.sld") (load "../multisyntax/pattern/matcher.sld") (load "pattern/matcher.sld") (import (multisyntax pattern matcher test)) -#;(test-patterns) +(test-patterns) (load "../multisyntax/pattern/producer.sld") (load "pattern/producer.sld") |
