diff options
| author | 2025-11-03 22:55:50 -0500 | |
|---|---|---|
| committer | 2025-11-03 22:55:50 -0500 | |
| commit | 860e3809928b6bcca55e38131e279cdcb01d8be7 (patch) | |
| tree | 66d866be9b2034394ab4427e80574377ef02e71f /tests/gauche.sh | |
| parent | considering continuations (diff) | |
start moving implementation-dependent code into separate libraries
Diffstat (limited to 'tests/gauche.sh')
| -rwxr-xr-x | tests/gauche.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gauche.sh b/tests/gauche.sh index 75d3abb..989470b 100755 --- a/tests/gauche.sh +++ b/tests/gauche.sh @@ -1,3 +1,3 @@ #!/bin/sh -gosh -I "../lib" -I "../compat/srfi-225" run.scm +gosh -I "../lib" -I "../compat/micro-srfi-225" run.scm |
