diff options
| author | 2025-11-02 13:06:51 -0500 | |
|---|---|---|
| committer | 2025-11-02 13:06:51 -0500 | |
| commit | 4359571add4124b304b74e10f27dd567d0a82774 (patch) | |
| tree | 84744c1d67d820e63718d0d938716d116ecd6cb5 /tests/run.scm | |
| parent | make macro generators, test on chibi. Currently broken in CHICKEN-5 due to a ... (diff) | |
add hack to support foment and CHICKEN 5.3.0
Diffstat (limited to '')
| -rw-r--r-- | tests/run.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run.scm b/tests/run.scm index 2c0d342..7f28673 100644 --- a/tests/run.scm +++ b/tests/run.scm @@ -3,5 +3,5 @@ (else)) (import (cuprate) (srfi 225) (cuprate rewriters)) -(parameterize ((test-info (test-set 'verbose? #t))) - (include "impl.scm")) + (include "impl.scm") + |
