aboutsummaryrefslogtreecommitdiffstats
path: root/test/run.scm
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-07-09 09:34:31 -0400
committerGravatar Peter McGoron 2025-07-09 09:34:31 -0400
commit7407c6453475a7244630b8104450b5e6b2a9ac55 (patch)
treeb056a76a8b3afd52e749cd8746f472ed48ffcf4d /test/run.scm
parenttest normal order evaluation (diff)
clean up syntax-object.scm
Diffstat (limited to '')
-rw-r--r--test/run.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/run.scm b/test/run.scm
index ff3f2ce..d3bd7d4 100644
--- a/test/run.scm
+++ b/test/run.scm
@@ -14,18 +14,18 @@
(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")
(import (multisyntax pattern producer test))
-#;(test-producers)
+(test-producers)
(load "../multisyntax/examples/untyped-lambda-calculus.sld")
(load "examples/untyped-lambda-calculus.sld")