diff options
| author | 2025-07-09 09:34:31 -0400 | |
|---|---|---|
| committer | 2025-07-09 09:34:31 -0400 | |
| commit | 7407c6453475a7244630b8104450b5e6b2a9ac55 (patch) | |
| tree | b056a76a8b3afd52e749cd8746f472ed48ffcf4d /test/run.scm | |
| parent | test normal order evaluation (diff) | |
clean up syntax-object.scm
Diffstat (limited to '')
| -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 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") |
