diff options
| author | 2022-02-23 19:52:23 +0200 | |
|---|---|---|
| committer | 2022-02-23 19:52:23 +0200 | |
| commit | 83b03507dd478b59d9d784995aa8e4333a26ee92 (patch) | |
| tree | 2c15cebeda8c756bb9139a4cd3ef786266c02604 /srfi-225-test.scm | |
| parent | make 125, 126 impure only (diff) | |
fix srfi 125 implementation
Diffstat (limited to 'srfi-225-test.scm')
| -rw-r--r-- | srfi-225-test.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi-225-test.scm b/srfi-225-test.scm index 011cdb7..8a81504 100644 --- a/srfi-225-test.scm +++ b/srfi-225-test.scm @@ -906,7 +906,7 @@ (else)) (cond-expand - ((library (srf 125)) + ((library (srfi 125)) (test-group "srfi-125" (do-test |
