aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-06-20 10:05:03 -0400
committerGravatar Peter McGoron 2025-06-20 10:05:03 -0400
commit42d6c0c2434a85c1f005a8dcc09c3cb48989966f (patch)
treec4cb8971584f2abdc0cb44074cf838240b7b95b7
parenttest (x ... y ... z ...) (diff)
reenable tests
-rw-r--r--test/run.scm4
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")