diff options
| author | 2024-12-27 22:55:30 -0500 | |
|---|---|---|
| committer | 2024-12-27 22:58:52 -0500 | |
| commit | cc1b6ef1bf392b158eb3e16e0a1998959f382385 (patch) | |
| tree | d4510e5a5ca3b9573b5cb2faa2e6fbf333117963 /tests/run.scm | |
| parent | chicken (diff) | |
Rewrite cond-thunk to be in terms of cond, and rename tests for
chicken
Diffstat (limited to '')
| -rw-r--r-- | tests/run.scm (renamed from test/cond-thunk-test.scm) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cond-thunk-test.scm b/tests/run.scm index df620d0..c98e76f 100644 --- a/test/cond-thunk-test.scm +++ b/tests/run.scm @@ -71,4 +71,4 @@ (on-pair #f) (on-boolean #f) (else #f)))) - +(test-exit) |
