diff options
| author | 2024-12-26 18:07:22 -0500 | |
|---|---|---|
| committer | 2024-12-26 18:07:22 -0500 | |
| commit | 5e763d5b835f3ba97c4dd3e5aab06d4ba568d863 (patch) | |
| tree | 60bf5b95ce060f6692609630c991045249587822 /test/cond-thunk-test.scm | |
| parent | values lib (diff) | |
move cond-thunk test to test folder
Diffstat (limited to '')
| -rw-r--r-- | test/cond-thunk-test.scm (renamed from mcgoron.cond-thunk.test.scm) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcgoron.cond-thunk.test.scm b/test/cond-thunk-test.scm index 53973d9..df620d0 100644 --- a/mcgoron.cond-thunk.test.scm +++ b/test/cond-thunk-test.scm @@ -18,7 +18,7 @@ (chicken (import test r7rs)) (else (import (srfi 64)))) -(load "mcgoron.cond-thunk.sld") +(load "../mcgoron.cond-thunk.sld") (import (mcgoron cond-thunk)) (test-assert |
