diff options
| author | 2024-12-25 16:59:04 -0500 | |
|---|---|---|
| committer | 2024-12-25 16:59:04 -0500 | |
| commit | 356de13182f68f4cad5e01ded75a973f02a66ed3 (patch) | |
| tree | e2c5401cd4e95d95eea37dbdd1d088c911f72a5d /test-string-iterator.scm | |
| parent | Revert generic-iterator to allow for any value for iterator-advance (diff) | |
use records as exceptions
Diffstat (limited to 'test-string-iterator.scm')
| -rw-r--r-- | test-string-iterator.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-string-iterator.scm b/test-string-iterator.scm index 10a0020..b13f5b8 100644 --- a/test-string-iterator.scm +++ b/test-string-iterator.scm @@ -17,6 +17,7 @@ (chicken (import r7rs)) (else)) +(load "mcgoron.iterator.exceptions.sld") (load "mcgoron.iterator.base.sld") (load "mcgoron.iterator.string.sld") |
